Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27562fb

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 9c2f166 + dfb0d80 commit 27562fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)