Merge branch '4.4'

* 4.4:
  Adding .gitattributes to remove Tests directory from "dist"
  [Messenger] Don't deep merge routing.senders config option
This commit is contained in:
Fabien Potencier 2019-09-16 10:16:50 +02:00
commit 21d9320be2
64 changed files with 127 additions and 1 deletions

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -35,7 +35,8 @@ CHANGELOG
* Overriding the methods `KernelTestCase::tearDown()` and `WebTestCase::tearDown()` without the `void` return-type is deprecated.
* Added new `error_controller` configuration to handle system exceptions
* Added sort option for `translation:update` command.
* [BC Break] The `framework.messenger.routing.senders` config key is not deep merged anymore.
4.3.0
-----

View File

@ -1031,6 +1031,7 @@ class Configuration implements ConfigurationInterface
})
->end()
->prototype('array')
->performNoDeepMerging()
->children()
->arrayNode('senders')
->requiresAtLeastOneElement()

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore

View File

@ -0,0 +1,2 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore