This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/DependencyInjection/Tests
Fabien Potencier 0976c86f3d minor #21600 [DI][FrameworkBundle] ServiceLocator: Tests dumpers & update descriptors (ogizanagi)
This PR was merged into the 3.3-dev branch.

Discussion
----------

[DI][FrameworkBundle] ServiceLocator: Tests dumpers & update descriptors

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | no
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

This simply ensures the new feature is properly considered by the different dumpers, and updates the console descriptors to support the new `ServiceLocatorArgument`.

I also added the number of elements in an array/iterator/service_locator argument when using the `TextDescriptor` in this PR.

(fabbot is complaining about the new yaml tags support)

Commits
-------

aa9074d25a [DI][FrameworkBundle] ServiceLocator: Tests dumpers & update descriptors
2017-02-14 19:51:53 +01:00
..
Argument [DI] Allow to count on lazy collection arguments 2017-01-31 10:40:15 +01:00
Compiler Merge branch '3.2' 2017-02-14 17:35:24 +01:00
Config [DI][Config] Add & use ReflectionClassResource 2017-02-02 14:15:15 +01:00
Dumper [DI] Replace container injection by explicit service locators 2017-02-13 11:05:06 +01:00
Extension fixed CS 2014-09-22 10:32:35 +02:00
Fixtures [DI][FrameworkBundle] ServiceLocator: Tests dumpers & update descriptors 2017-02-13 20:22:27 +01:00
LazyProxy fixed obsolete getMock() usage 2016-12-19 16:22:46 +01:00
Loader Use glob pattern to load config file 2017-02-14 07:56:25 +02:00
ParameterBag [DI] Allow null as default env value 2016-11-23 14:12:24 +01:00
ChildDefinitionTest.php [DI] Refacto / cleanup / minor fixes 2017-02-08 13:32:07 +01:00
ContainerBuilderTest.php [DI] Replace container injection by explicit service locators 2017-02-13 11:05:06 +01:00
ContainerTest.php [DI] Deprecate (un)setting pre-defined services 2017-02-05 11:30:27 +01:00
CrossCheckTest.php [DI] Deprecate case insentivity of service identifiers 2017-01-11 16:25:44 +01:00
DefinitionDecoratorTest.php [DI] Refacto / cleanup / minor fixes 2017-02-08 13:32:07 +01:00
DefinitionTest.php [DI] Refacto / cleanup / minor fixes 2017-02-08 13:32:07 +01:00
ParameterTest.php removed all @covers annotations 2015-11-01 14:17:24 -08:00
ReferenceTest.php [DI] Deprecate case insentivity of service identifiers 2017-01-11 16:25:44 +01:00
ServiceLocatorTest.php [DI] Replace container injection by explicit service locators 2017-02-13 11:05:06 +01:00