summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json1
-rw-r--r--phpunit.xml.dist4
2 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 2026fc4..e62f028 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,6 @@
"symfony/http-kernel": "~2.1"
},
"require-dev": {
- "symfony/phpunit-bridge": "~2.7",
"symfony/form": "~2.0,>=2.0.5",
"symfony/intl": "~2.3",
"symfony/routing": "~2.2",
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 9a20f91..8919f32 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -24,4 +24,8 @@
</exclude>
</whitelist>
</filter>
+
+ <listeners>
+ <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" />
+ </listeners>
</phpunit>