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 12a269a4e0 Merge branch '4.0'
* 4.0:
  [2.7] Fix issues found by PHPStan
  [Command] Fix upgrade guide example
  Add php_unit_dedicate_assert to PHPCS
  [WebProfilerBundle] Let fetch() cast URL to string
  improve FormType::getType exception message details
  [Intl] Update ICU data to 60.2
  [Console] fix a bug when you are passing a default value and passing -n would ouput the index
  [FrameworkBundle] fix merge of 3.3 into 3.4
  bumped Symfony version to 4.0.3
  updated VERSION for 4.0.2
  updated CHANGELOG for 4.0.2
  bumped Symfony version to 3.4.3
  updated VERSION for 3.4.2
  updated CHANGELOG for 3.4.2
2017-12-20 12:11:10 +01: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-06-02 16:37:52 +02:00
AutowirePassTest.php Merge branch '3.4' into 4.0 2017-12-12 09:41:51 +01:00
AutowireRequiredMethodsPassTest.php [DI] Add AutowireRequiredMethodsPass to fix bindings for @required methods 2017-09-25 10:48:11 +02:00
CheckArgumentsValidityPassTest.php Adding Definition::addError() and a compiler pass to throw errors as exceptions 2017-09-25 11:28:57 +02:00
CheckCircularReferencesPassTest.php fix remaining risky tests 2017-04-12 20:55:56 +02:00
CheckDefinitionValidityPassTest.php Merge branch '3.3' into 3.4 2017-11-24 15:13:49 +01:00
CheckExceptionOnInvalidReferenceBehaviorPassTest.php Do not process bindings in AbstractRecursivePass 2017-10-18 14:27:18 +02: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
DefinitionErrorExceptionPassTest.php Adding Definition::addError() and a compiler pass to throw errors as exceptions 2017-09-25 11:28:57 +02:00
ExtensionCompilerPassTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
InlineServiceDefinitionsPassTest.php Merge branch '3.4' into 4.0 2017-12-04 19:34:52 +01:00
IntegrationTest.php Merge branch '3.4' 2017-09-19 21:46:02 +02:00
MergeExtensionConfigurationPassTest.php Merge branch '3.3' into 3.4 2017-11-29 14:28:14 +01:00
OptionalServiceClass.php Merge branch '2.7' into 2.8 2017-11-19 21:05:05 +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
RegisterEnvVarProcessorsPassTest.php Merge branch '3.3' into 3.4 2017-12-20 12:08:06 +01:00
RegisterServiceSubscribersPassTest.php [DI] Add context to service-not-found exceptions thrown by service locators 2017-12-09 20:32:41 +01: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
ResolveBindingsPassTest.php [DI] Add AutowireRequiredMethodsPass to fix bindings for @required methods 2017-09-25 10:48:11 +02:00
ResolveChildDefinitionsPassTest.php Merge branch '3.4' 2017-10-10 16:32:10 +02:00
ResolveClassPassTest.php [DI] Populate class of ChildDefinition when its id matches an existing FQCN 2017-04-10 18:46:19 +02:00
ResolveFactoryClassPassTest.php Updated to PHPUnit namespaces 2017-02-20 14:56:45 +01:00
ResolveHotPathPassTest.php [DI] Skip hot_path tag for deprecated services as their class might also be 2017-11-19 23:04:27 +01:00
ResolveInstanceofConditionalsPassTest.php Merge branch '3.3' into 3.4 2017-12-20 12:08:06 +01:00
ResolveInvalidReferencesPassTest.php Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" 2017-03-25 15:07:47 +01:00
ResolveNamedArgumentsPassTest.php [DependencyInjection] Added support for variadics in named arguments 2017-12-01 06:31:04 -08:00
ResolveParameterPlaceHoldersPassTest.php [DI] Fix cannot bind env var 2017-11-07 09:01:11 +01:00
ResolvePrivatesPassTest.php [DI] Turn private defs to non-public ones before removing passes 2017-10-07 10:21:26 +02:00
ResolveReferencesToAliasesPassTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
ResolveTaggedIteratorArgumentPassTest.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00