diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-10-11 11:38:55 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-10-11 11:39:48 +0200 |
commit | 3b7b49f54fdba7817b679f6660ae9cbaecac391e (patch) | |
tree | 6aa6fcc9eaf847b5bfcad85c50ca6fe24e7c2ee2 | |
parent | 26be1f663009d4edb0b2551687d82e649e1ce785 (diff) | |
parent | 3f3ab8f6b0a8ca0d84bdcfb9160692d82fcd7b7a (diff) | |
download | symfony-security-3b7b49f54fdba7817b679f6660ae9cbaecac391e.zip symfony-security-3b7b49f54fdba7817b679f6660ae9cbaecac391e.tar.gz symfony-security-3b7b49f54fdba7817b679f6660ae9cbaecac391e.tar.bz2 |
Merge branch '2.3' into 2.7
* 2.3:
[ci] SymfonyTestsListener is now auto-registered
adds validation messages missing italian translations
-rw-r--r-- | Acl/phpunit.xml.dist | 4 | ||||
-rw-r--r-- | Core/phpunit.xml.dist | 4 | ||||
-rw-r--r-- | Csrf/phpunit.xml.dist | 4 | ||||
-rw-r--r-- | Http/phpunit.xml.dist | 4 | ||||
-rw-r--r-- | phpunit.xml.dist | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/Acl/phpunit.xml.dist b/Acl/phpunit.xml.dist index b252921..7552339 100644 --- a/Acl/phpunit.xml.dist +++ b/Acl/phpunit.xml.dist @@ -30,8 +30,4 @@ </exclude> </whitelist> </filter> - - <listeners> - <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" /> - </listeners> </phpunit> diff --git a/Core/phpunit.xml.dist b/Core/phpunit.xml.dist index 739cb6e..8a1a291 100644 --- a/Core/phpunit.xml.dist +++ b/Core/phpunit.xml.dist @@ -30,8 +30,4 @@ </exclude> </whitelist> </filter> - - <listeners> - <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" /> - </listeners> </phpunit> diff --git a/Csrf/phpunit.xml.dist b/Csrf/phpunit.xml.dist index 3e3d430..8f950a3 100644 --- a/Csrf/phpunit.xml.dist +++ b/Csrf/phpunit.xml.dist @@ -30,8 +30,4 @@ </exclude> </whitelist> </filter> - - <listeners> - <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" /> - </listeners> </phpunit> diff --git a/Http/phpunit.xml.dist b/Http/phpunit.xml.dist index 33e60d7..49b36f2 100644 --- a/Http/phpunit.xml.dist +++ b/Http/phpunit.xml.dist @@ -30,8 +30,4 @@ </exclude> </whitelist> </filter> - - <listeners> - <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" /> - </listeners> </phpunit> diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 681298e..3e7ec38 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -31,8 +31,4 @@ </exclude> </whitelist> </filter> - - <listeners> - <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" /> - </listeners> </phpunit> |