Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 10, 2013
1 parent 42af7a2 commit 4e0fff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IntegrationTests/DI/InjectionTest.php
Expand Up @@ -52,7 +52,7 @@ public static function containerProvider()
$builder->useReflection(true);
$builder->useAnnotations(true);
$containerAnnotations = $builder->build();
$containerReflection->addDefinitions([
$containerAnnotations->addDefinitions([
'foo' => 'bar',
Interface1::class => Entry::object(Implementation1::class),
'namedDependency' => Entry::object(Class2::class),
Expand Down

0 comments on commit 4e0fff0

Please sign in to comment.