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 /Csrf | |
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
Diffstat (limited to 'Csrf')
-rw-r--r-- | Csrf/phpunit.xml.dist | 4 |
1 files changed, 0 insertions, 4 deletions
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> |