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
Fabien Potencier 09d5f4eb72 Merge branch '3.1' into 3.2
* 3.1:
  fixed typo
  fixed composer.json
  always check for all fields to be mapped
  clarify exception when no args are configured
  [PropertyAccess] Handle interfaces in the invalid argument exception
  [DI] Fix defaults overriding empty strings in AutowirePass
  [Debug] Workaround "null" $context
  [Debug] Remove $context arg from handleError(), preparing for PHP 7.2
  [Routing] Fix BC break in AnnotationClassLoader defaults attributes handling
  Fix tests with ICU 57.1
  Fix the condition checking the minimum ICU version
2017-01-27 18:37:08 -08:00
..
AnalyzeServiceReferencesPassTest.php [2.6] cleanup deprecated uses 2015-01-05 09:56:52 +01:00
AutoAliasServicePassTest.php deprecate get() for uncompiled container builders 2016-06-08 13:34:16 +02:00
AutowirePassTest.php Merge branch '2.8' into 3.1 2017-01-27 16:04:57 -08:00
CheckCircularReferencesPassTest.php [2.6] cleanup deprecated uses 2015-01-05 09:56:52 +01:00
CheckDefinitionValidityPassTest.php Remove unused imports 2016-01-21 00:01:55 +02:00
CheckExceptionOnInvalidReferenceBehaviorPassTest.php CS fixes 2014-12-03 20:10:26 +00:00
CheckReferenceValidityPassTest.php Remove unused imports 2016-01-21 00:01:55 +02:00
DecoratorServicePassTest.php Merge branch '2.7' into 2.8 2016-10-24 08:52:36 -07:00
ExtensionCompilerPassTest.php fixed obsolete getMock() usage 2016-12-19 16:22:46 +01:00
FactoryReturnTypePassTest.php [DependencyInjection] Fix FactoryReturnTypePass position in PassConfig 2016-10-21 13:59:37 +02:00
InlineServiceDefinitionsPassTest.php [DI] Remove deprecated scope concept 2015-09-04 22:04:06 +02:00
IntegrationTest.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
MergeExtensionConfigurationPassTest.php fixed obsolete getMock() usage 2016-12-19 16:22:46 +01:00
OptionalServiceClass.php [DependencyInjection] Tests for AutowirePass with missing parent class 2016-04-20 14:07:35 +02:00
PassConfigTest.php fixed obsolete getMock() usage 2016-12-19 17:09:34 +01:00
PriorityTaggedServiceTraitTest.php Fix the priority order of compiler pass trait 2016-12-20 14:31:21 +01:00
RemoveUnusedDefinitionsPassTest.php [2.6] cleanup deprecated uses 2015-01-05 09:56:52 +01:00
ReplaceAliasByActualDefinitionPassTest.php Merge branch '2.8' into 3.1 2016-08-05 10:37:39 +02:00
ResolveDefinitionTemplatesPassTest.php Merge branch '2.8' into 3.1 2016-10-24 08:52:44 -07:00
ResolveInvalidReferencesPassTest.php [DependencyInjection] Properly ignore invalid reference arguments in collection arguments 2015-12-28 14:56:54 +01:00
ResolveParameterPlaceHoldersPassTest.php Marked the ResolveParameterPlaceHoldersPassTest as legacy 2015-03-17 13:42:58 +01:00
ResolveReferencesToAliasesPassTest.php [DependencyInjection] fix merge 2016-01-27 12:37:34 +01:00