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