8000 minor #18590 [FrameworkBundle] update argument value resolver pass te… · symfony/symfony@2729c88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2729c88

Browse files
minor #18590 [FrameworkBundle] update argument value resolver pass tests (xabbuh)
This PR was merged into the 3.1-dev branch. Discussion ---------- [FrameworkBundle] update argument value resolver pass tests | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Make sure to have at least one assertion per test. Commits ------- b8afa30 update argument value resolver pass tests
2 parents d74a4db + b8afa30 commit 2729c88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ControllerArgumentValueResolverPassTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@ public function testNoArgumentResolver()
6060
$container = new ContainerBuilder();
6161

6262
(new ControllerArgumentValueResolverPass())->process($container);
63+
64+
$this->assertFalse($container->hasDefinition('argument_resolver'));
6365
}
6466
}

0 commit comments

Comments
 (0)
0