diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-10-11 10:09:32 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-10-11 11:37:49 +0200 |
commit | 3f3ab8f6b0a8ca0d84bdcfb9160692d82fcd7b7a (patch) | |
tree | 27a8754635e4c186e41b21a356c2ec12045182d4 | |
parent | 94e661a60e9cca2c83879a88584fed6e1514bd00 (diff) | |
download | symfony-security-3f3ab8f6b0a8ca0d84bdcfb9160692d82fcd7b7a.zip symfony-security-3f3ab8f6b0a8ca0d84bdcfb9160692d82fcd7b7a.tar.gz symfony-security-3f3ab8f6b0a8ca0d84bdcfb9160692d82fcd7b7a.tar.bz2 |
[ci] SymfonyTestsListener is now auto-registered
-rw-r--r-- | phpunit.xml.dist | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8919f32..9a20f91 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -24,8 +24,4 @@ </exclude> </whitelist> </filter> - - <listeners> - <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" /> - </listeners> </phpunit> |