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/Compiler
Christian Flothmann 34619fedff prevent inlining service configurators
Currently, only the `PhpDumper` is able to dump inlined service
configurators. Since Symfony applications dump the compiled container
in XML, inlined configurators will break this process.
2015-03-22 22:40:28 +01:00
..
AnalyzeServiceReferencesPassTest.php [2.6] cleanup deprecated uses 2015-01-05 09:56:52 +01:00
CheckCircularReferencesPassTest.php [2.6] cleanup deprecated uses 2015-01-05 09:56:52 +01:00
CheckDefinitionValidityPassTest.php added a new Syntax to define factories as callables. 2014-09-24 08:27:41 +02:00
CheckExceptionOnInvalidReferenceBehaviorPassTest.php CS fixes 2014-12-03 20:10:26 +00:00
CheckReferenceValidityPassTest.php CS fixes 2014-12-03 20:10:26 +00:00
DecoratorServicePassTest.php [DependencyInjection] Update dumpers and loaders, add unit tests 2014-04-01 14:25:44 +02:00
InlineServiceDefinitionsPassTest.php prevent inlining service configurators 2015-03-22 22:40:28 +01:00
IntegrationTest.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
LegacyResolveParameterPlaceHoldersPassTest.php Marked the ResolveParameterPlaceHoldersPassTest as legacy 2015-03-17 13:42:58 +01:00
MergeExtensionConfigurationPassTest.php [DependencyInjection] Fix missing ExpressionLanguageProviders on extension bild 2015-01-10 10:50:24 +01:00
RemoveUnusedDefinitionsPassTest.php [2.6] cleanup deprecated uses 2015-01-05 09:56:52 +01:00
ReplaceAliasByActualDefinitionPassTest.php add test for compiler replace alias with invalid alias 2013-01-16 09:59:03 +01:00
ResolveDefinitionTemplatesPassTest.php PSR-2 fixes 2014-12-02 19:42:47 +00:00
ResolveInvalidReferencesPassTest.php Merge branch '2.0' into 2.1 2013-01-08 19:16:44 +01:00
ResolveParameterPlaceHoldersPassTest.php Marked the ResolveParameterPlaceHoldersPassTest as legacy 2015-03-17 13:42:58 +01:00
ResolveReferencesToAliasesPassTest.php Break infinite loop while resolving aliases 2014-10-26 08:26:27 +01:00