summaryrefslogtreecommitdiffstats
path: root/Guard
diff options
context:
space:
mode:
Diffstat (limited to 'Guard')
-rw-r--r--Guard/composer.json1
-rw-r--r--Guard/phpunit.xml.dist4
2 files changed, 4 insertions, 1 deletions
diff --git a/Guard/composer.json b/Guard/composer.json
index ebb3546..d2a09b9 100644
--- a/Guard/composer.json
+++ b/Guard/composer.json
@@ -21,7 +21,6 @@
"symfony/security-http": "~2.8|~3.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "~2.8|~3.0",
"psr/log": "~1.0"
},
"autoload": {
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>