10000 Fix tests. · symfony/symfony@c717c69 · GitHub
[go: up one dir, main page]

Skip to content

Commit c717c69

Browse files
committed
Fix tests.
1 parent 585616d commit c717c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ public function testAutowiring()
897897

898898
$container->register('a', __NAMESPACE__.'\A');
899899
$bDefinition = $container->register('b', __NAMESPACE__.'\B');
900-
$bDefinition->addTag('autowiring');
900+
$bDefinition->setAutowired(true);
901901

902902
$container->compile();
903903

0 commit comments

Comments
 (0)
0