diff options
Diffstat (limited to 'Core/phpunit.xml.dist')
-rw-r--r-- | Core/phpunit.xml.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Core/phpunit.xml.dist b/Core/phpunit.xml.dist index 8a1a291..739cb6e 100644 --- a/Core/phpunit.xml.dist +++ b/Core/phpunit.xml.dist @@ -30,4 +30,8 @@ </exclude> </whitelist> </filter> + + <listeners> + <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" /> + </listeners> </phpunit> |