Skip to content

Commit

Permalink
Merge pull request #6 from tkotosz/features/fix-controller-priority
Browse files Browse the repository at this point in the history
Fix StepThroughController priority value
  • Loading branch information
ciaranmcnulty authored Oct 15, 2016
2 parents 8c23008 + 4d9931b commit 4c0df28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private function loadController(ContainerBuilder $container)
'Cjm\Behat\StepThroughExtension\Cli\StepThroughController',
array(new Reference(self::PAUSER_ID))
);
$definition->addTag(CliExtension::CONTROLLER_TAG, array('priority' => 0));
$definition->addTag(CliExtension::CONTROLLER_TAG, array('priority' => 1));
$container->setDefinition(CliExtension::CONTROLLER_TAG . '.stepthrough', $definition);
}

Expand Down

0 comments on commit 4c0df28

Please sign in to comment.