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
Nicolas Grekas 86cae494b6 Merge branch '3.4'
* 3.4:
  Fix optional cache warmers are always instantiated whereas they should be lazy-loaded
  add some \ on PHP_VERSION_ID for 2.8
  [Di] Remove closure-proxy arguments
  [PropertyInfo][DoctrineBridge] The bigint Doctrine's type must be converted to string
2017-06-02 12:06:41 +02:00
..
AnalyzeServiceReferencesPassTest.php Merge branch '3.2' 2017-02-18 18:35:19 +01:00
AutoAliasServicePassTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
AutowireExceptionPassTest.php [DI] Deal with inlined non-shared services 2017-06-01 08:31:18 +02:00
AutowirePassTest.php Merge branch '3.4' 2017-06-01 14:04:19 -07:00
CheckArgumentsValidityPassTest.php Updated to PHPUnit namespaces 2017-02-20 14:56:45 +01:00
CheckCircularReferencesPassTest.php fix remaining risky tests 2017-04-12 20:55:56 +02:00
CheckDefinitionValidityPassTest.php Merge branch '2.8' into 3.2 2017-03-21 14:44:32 -07:00
CheckExceptionOnInvalidReferenceBehaviorPassTest.php fix some risky tests 2017-03-20 16:03:41 +01:00
CheckReferenceValidityPassTest.php Merge branch '2.8' into 3.2 2017-03-21 14:44:32 -07:00
DecoratorServicePassTest.php [DependencyInjection] remove deprecated autowiring_types feature 2017-05-22 11:28:45 +02:00
ExtensionCompilerPassTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
FactoryReturnTypePassTest.php removed HHVM support 2017-06-01 15:17:54 -07:00
InlineServiceDefinitionsPassTest.php [Di] Remove closure-proxy arguments 2017-06-01 22:59:07 +02:00
IntegrationTest.php [DI] Defaults to public=false in all service config files 2017-05-03 19:24:51 +02:00
MergeExtensionConfigurationPassTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
OptionalServiceClass.php [DependencyInjection] Tests for AutowirePass with missing parent class 2016-04-20 14:07:35 +02:00
PassConfigTest.php Merge branch '3.2' 2017-02-20 14:49:17 +01:00
PriorityTaggedServiceTraitTest.php Updated PHPUnit namespaces 2017-02-20 14:34:33 +01:00
RegisterServiceSubscribersPassTest.php [DI] Allow service subscribers to leverage autowiring to know where the locator should be injected 2017-04-19 21:52:02 +02:00
RemoveUnusedDefinitionsPassTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
ReplaceAliasByActualDefinitionPassTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
ResolveClassPassTest.php [DI] Populate class of ChildDefinition when its id matches an existing FQCN 2017-04-10 18:46:19 +02:00
ResolveDefinitionTemplatesPassTest.php [DependencyInjection] remove deprecated autowiring_types feature 2017-05-22 11:28:45 +02:00
ResolveFactoryClassPassTest.php Updated to PHPUnit namespaces 2017-02-20 14:56:45 +01:00
ResolveInstanceofConditionalsPassTest.php Making tags under _defaults always apply and removing inherit_tags entirely 2017-05-01 09:36:02 -04:00
ResolveInvalidReferencesPassTest.php Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" 2017-03-25 15:07:47 +01:00
ResolveNamedArgumentsPassTest.php Fixing bug where indexed args were set wrong in pass in some situations 2017-05-09 05:53:08 -04:00
ResolveParameterPlaceHoldersPassTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
ResolveReferencesToAliasesPassTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00