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
Nicolas Grekas 8e1f3813e8 bug #28678 [DI] fix dumping setters before their inlined instances (nicolas-grekas)
This PR was merged into the 3.4 branch.

Discussion
----------

[DI] fix dumping setters before their inlined instances

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #28654
| License       | MIT
| Doc PR        | -

Commits
-------

d60eb1aa33 [DI] fix dumping setters before their inlined instances
2018-10-02 13:48:40 +02:00
..
Argument Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Compiler [DI] Detect circular references with ChildDefinition parent 2018-09-18 11:39:25 +02:00
Config [DI][Router][DX] Invalidate routing cache when container parameters changed 2017-03-05 20:24:24 +01:00
Dumper [DI] fix error in dumped container 2018-10-02 13:33:39 +02:00
Extension do not mock the container builder in tests 2018-02-08 09:15:30 +01:00
Fixtures bug #28678 [DI] fix dumping setters before their inlined instances (nicolas-grekas) 2018-10-02 13:48:40 +02:00
LazyProxy [DI][ProxyManager] Pass the factory code to execute to DumperInterface::getProxyFactoryCode() 2017-07-27 19:12:50 +02:00
Loader [DI] fix dumping setters before their inlined instances 2018-10-02 09:49:36 +02:00
ParameterBag Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
ChildDefinitionTest.php [DependencyInjection] Fix named args support in ChildDefinition 2017-06-05 09:24:55 -07:00
ContainerBuilderTest.php [DI] fix error in dumped container 2018-10-02 13:33:39 +02:00
ContainerTest.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
CrossCheckTest.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
DefinitionDecoratorTest.php [DI] Replace wildcard-based methods autowiring by @required annotation 2017-02-28 10:00:46 +01:00
DefinitionTest.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
EnvVarProcessorTest.php [DI] Add tests for EnvVarProcessor 2018-03-19 15:53:26 +01:00
ParameterTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
ReferenceTest.php Merge branch '3.2' 2017-02-18 18:35:19 +01:00
ServiceLocatorTest.php [DI] Add context to service-not-found exceptions thrown by service locators 2017-12-09 20:32:41 +01:00