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
Nicolas Grekas 72041c8821 Merge branch '3.4' into 4.0
* 3.4: (22 commits)
  [DI] Add tests for EnvVarProcessor
  [Bridge\PhpUnit] Fix #26430 Cannot autoload listeners
  Make sure we always render errors. Eventhough labels are disabled
  Make sure form errors is valid HTML
  [HttpKernel] Allow generators in registerBundle
  [TwigBundle] document TwigRenderer BC break in UPGRADE-3.4
  Extra line to bootstrap 3 horizontal layout
  [Serializer] Remove const override
  Update Client.php
  [PhpUnitBridge] Ability to use different composer.json file
  [DomCrawler] FormField: remove an useless return statement
  [Config] ReflectionClassResource check abstract ServiceSubscriberInterface and EventSubscriberInterface
  Display the Welcome Page when there is no homepage defined
  fix regression when extending the Container class without a constructor
  fix the updating of timestamp in the MemcachedSessionHandler
  [SecurityBundle] Make extra character non mandatory in regex
  [Config] Add characters to the regex
  bumped Symfony version to 3.4.7
  updated VERSION for 3.4.6
  updated CHANGELOG for 3.4.6
  ...
2018-03-19 18:30:36 +01:00
..
Argument [DI] Introduce "container.service_locator" tag, replaces ServiceLocatorArgument 2017-03-17 17:49:32 +01:00
Compiler Merge branch '3.4' into 4.0 2018-02-26 16:55:47 +01:00
Config [DI] Remove remaining deprecated features 2017-07-12 12:42:06 +02:00
Dumper [DI] Fix missing "id" normalization when dumping the container 2018-03-02 14:51:21 +01:00
Extension do not mock the container builder in tests 2018-02-08 09:15:30 +01:00
Fixtures Merge branch '3.4' into 4.0 2018-03-19 18:30:36 +01:00
LazyProxy [DI][ProxyManager] Pass the factory code to execute to DumperInterface::getProxyFactoryCode() 2017-07-27 19:12:50 +02:00
Loader Merge branch '3.4' into 4.0 2018-02-04 14:08:26 +01:00
ParameterBag fixed some deprecation messages 2017-12-31 07:59:27 +01:00
ChildDefinitionTest.php [DI] Remove remaining deprecated features 2017-07-12 12:42:06 +02:00
ContainerBuilderTest.php fixed some deprecation messages 2017-12-31 07:59:27 +01:00
ContainerTest.php fixed some deprecation messages 2017-12-31 07:59:27 +01:00
CrossCheckTest.php [DI] Remove deprecated case insensitive service ids 2017-07-11 16:00:59 +02:00
DefinitionTest.php Merge branch '3.4' 2017-09-26 08:12:47 +02:00
EnvVarProcessorTest.php [DI] Add tests for EnvVarProcessor 2018-03-19 15:53:26 +01:00
ParameterTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
ReferenceTest.php Merge branch '3.2' 2017-02-18 18:35:19 +01:00
ServiceLocatorTest.php [DI] Add context to service-not-found exceptions thrown by service locators 2017-12-09 20:32:41 +01:00