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
This commit is contained in:
Nicolas Grekas 2016-04-19 16:02:12 +02:00
commit 2729c88e7e

View File

@ -60,5 +60,7 @@ class ControllerArgumentValueResolverPassTest extends \PHPUnit_Framework_TestCas
$container = new ContainerBuilder();
(new ControllerArgumentValueResolverPass())->process($container);
$this->assertFalse($container->hasDefinition('argument_resolver'));
}
}