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/Fixtures
Nicolas Grekas 4ebea4e429 Merge branch '4.0'
* 4.0: (42 commits)
  fix merge
  Remove some unused variables and properties
  [appveyor] disable memory limit on composer up
  [HttpFoundation] don't prefix cookies with "Set-Cookie:"
  Remove some unused variables and properties
  [HttpFoundation] Fixed default user-agent (3.X -> 4.X)
  Fix debug:form definition
  Remove some unused variables, properties and methods
  fix some edge cases with indented blocks
  [ExpressionLanguage] Fix parse error on 5.3
  [HttpKernel] remove noisy frame in controller stack traces
  [DI] Force root-namespace for function calls in the dumper container
  [DI] Fix circular-aliases message
  register system cache clearer only if it's used
  doc : Namespace prefix must end with a "\"
  [ExpressionLanguage] throw an SyntaxError instead of letting a undefined index notice
  Prevent a loop in aliases within the `findDefinition` method
  [HttpKernel] Disable inlining on PHP 5
  Ensure that inlined services with parameterized class name can be dumped
  [DI] Fix non-string class handling in PhpDumper
  ...
2017-12-08 16:58:51 +01:00
..
config Merge branch '3.4' 2017-11-19 20:43:46 +02:00
containers Merge branch '3.4' into 4.0 2017-12-01 20:20:47 +01:00
directory [DI][Routing] recursive directory loading 2015-06-02 16:17:59 -07:00
graphviz Merge branch '3.4' 2017-09-28 17:44:33 +02:00
includes Test the suggestion of already registered services 2017-11-30 11:00:15 +00:00
ini [DI] FileLoaders: Allow to explicit type to load 2017-01-10 12:54:54 +01:00
php Merge branch '3.4' into 4.0 2017-12-08 16:46:13 +01:00
Prototype [DI] Register singly-implemented interfaces when doing PSR-4 discovery 2017-12-04 19:49:26 +01:00
xml Merge branch '3.4' 2017-10-10 16:32:10 +02:00
yaml Merge branch '3.4' 2017-11-07 15:34:02 +01:00
array.json [DI] Allow processing env vars 2017-09-07 08:08:52 +02:00
Bar.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
BarInterface.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
CaseSensitiveClass.php Test that named arguments are prioritized over typehinted 2017-11-17 10:42:21 +02:00
CustomDefinition.php [DI] Fixed custom services definition BC break introduced in ec7e70fb… 2016-11-24 11:34:23 +01:00
DeprecatedClass.php [DI] Prevent AutowirePass from triggering irrelevant deprecations 2017-04-05 16:41:09 +02:00
FactoryDummy.php removed HHVM support 2017-06-01 15:17:54 -07:00
NamedArgumentsDummy.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
NamedArgumentsVariadicsDummy.php [DependencyInjection] Added support for variadics in named arguments 2017-12-01 06:31:04 -08:00
ParentNotExists.php [DI] Prevent a ReflectionException during cache:clear when the parent class doesn't exist 2017-11-27 10:49:34 +01:00
SimilarArgumentsDummy.php [DI] Remove scalar typehint in class used in test case 2017-11-19 14:43:05 +01:00
StubbedTranslator.php [DI] Test references inside ServiceLocator are not inlined 2017-04-29 20:26:40 +02:00
TestServiceSubscriber.php [DI] Restrict autowired registration to "same-vendor" namespaces 2017-04-06 11:28:30 +02:00