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/config
Nicolas Grekas a36fb5427e Merge branch '3.4'
* 3.4: (26 commits)
  [Bridge\PhpUnit] Disable broken auto-require mechanism of phpunit
  [Console] Fix disabling lazy commands
  [DI] Remove scalar typehint in class used in test case
  Remove the `server:log` command if monolog is not loaded
  [SecurityBundle] Fix syntax error in test
  [Console] Remove remaining dead code
  Throw on service:method factory notation in PHP-based DI configuration
  Test that named arguments are prioritized over typehinted
  bumped Symfony version to 3.3.14
  bumped Symfony version to 2.8.32
  bumped Symfony version to 2.7.39
  Prove that change is working with tests
  updated VERSION for 3.3.13
  updated CHANGELOG for 3.3.13
  updated VERSION for 2.8.31
  updated CHANGELOG for 2.8.31
  updated VERSION for 2.7.38
  updated CHANGELOG for 2.7.38
  Replace array|\Traversable by iterable
  [DI] Fix by-type args injection
  ...
2017-11-19 20:43:46 +02:00
..
basic.expected.yml [DI] Add "PHP fluent format" for configuring the container 2017-09-20 09:09:19 +02:00
basic.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
child.expected.yml [DI] Add "PHP fluent format" for configuring the container 2017-09-20 09:09:19 +02:00
child.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
defaults.expected.yml [DI] Add "PHP fluent format" for configuring the container 2017-09-20 09:09:19 +02:00
defaults.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
factory_short_notation.php Throw on service:method factory notation in PHP-based DI configuration 2017-11-17 12:52:23 +03:00
instanceof.expected.yml [DI] Add "PHP fluent format" for configuring the container 2017-09-20 09:09:19 +02:00
instanceof.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
php7.expected.yml [DI] Add "PHP fluent format" for configuring the container 2017-09-20 09:09:19 +02:00
php7.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
prototype.expected.yml [DI] Add "PHP fluent format" for configuring the container 2017-09-20 09:09:19 +02:00
prototype.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
services9.php Merge branch '3.4' 2017-10-10 16:32:10 +02:00
services_autoconfigure_with_parent.php [DI] Fix missing use + minor tweaks 2017-09-28 09:59:26 +02:00