Skip to content

Commit

Permalink
Fix case in container trait
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanjfshaw authored Feb 22, 2019
1 parent b173ab8 commit 1e960ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestTraits/BehatContainerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function setBehatContainer() {
$containerBuilder->set('cli.output', new NullOutput());

// Add the PhpUnit behat environment handler.
$definition = new Definition('PHPUnitBehat\Behat\Testwork\Environment\Handler\PhpUnitEnvironmentHandler');
$definition = new Definition('PHPUnitBehat\Behat\Testwork\Environment\Handler\PHPUnitEnvironmentHandler');
$definition->addTag('environment.handler', array('priority' => 0));
$containerBuilder->setDefinition('environment.handler.phpunit', $definition);

Expand Down Expand Up @@ -118,4 +118,4 @@ protected function getBehatExtensions()
);
}

}
}

0 comments on commit 1e960ce

Please sign in to comment.