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
Robin Chalas 0537e03e72 Merge branch '3.4'
* 3.4: (38 commits)
  Fix merge
  [Lock] Expose an expiringDate and isExpired method in Lock
  [VarDumper] fix DateCasterTest
  [config] Add ability to deprecate a node
  feature #22382 [config] Add abbitily to deprecate a node (Nyholm, fabpot, sanpii)
  Fix segfault in period caster
  Create an interface for TranslationReader and moved TranslationLoader to Translation component
  Always require symfony/polyfill-apcu to provide APCuIterator everywhere
  [Lock] Fix some tests that require pcntl_sigwaitinfo() function
  bumped Symfony version to 3.3.9
  updated VERSION for 3.3.8
  updated CHANGELOG for 3.3.8
  [DI] Fix tracking env var placeholders nested in object graphs
  bumped Symfony version to 3.3.8
  updated VERSION for 3.3.7
  updated CHANGELOG for 3.3.7
  Add period caster
  [DI] improve psr4-based service discovery with namespace option
  [DI] Fix tracking env vars when merging configs (bis)
  removed obsolete comment
  ...
2017-08-30 01:06:25 +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-06-02 16:37:52 +02: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-08-03 11:50:20 +02: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
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 [DI] Fix tracking env var placeholders nested in object graphs 2017-08-29 00:20:37 +02: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
ResolveBindingsPassTest.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02: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 [DI] Dedup tags when using instanceof/autoconfigure 2017-06-17 21:02:43 +02:00
ResolveInvalidReferencesPassTest.php Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" 2017-03-25 15:07:47 +01:00
ResolveNamedArgumentsPassTest.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
ResolveParameterPlaceHoldersPassTest.php [DI] Fix keys resolution in ResolveParameterPlaceHoldersPass 2017-06-12 12:11:53 +02:00
ResolveReferencesToAliasesPassTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00