summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
Diffstat (limited to 'Http')
-rw-r--r--Http/composer.json1
-rw-r--r--Http/phpunit.xml.dist4
2 files changed, 4 insertions, 1 deletions
diff --git a/Http/composer.json b/Http/composer.json
index 76f1a8b..b7fe686 100644
--- a/Http/composer.json
+++ b/Http/composer.json
@@ -25,7 +25,6 @@
"paragonie/random_compat": "~1.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "~2.8|~3.0",
"symfony/routing": "~2.8|~3.0",
"symfony/security-csrf": "~2.8|~3.0",
"psr/log": "~1.0"
diff --git a/Http/phpunit.xml.dist b/Http/phpunit.xml.dist
index 49b36f2..33e60d7 100644
--- a/Http/phpunit.xml.dist
+++ b/Http/phpunit.xml.dist
@@ -30,4 +30,8 @@
</exclude>
</whitelist>
</filter>
+
+ <listeners>
+ <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" />
+ </listeners>
</phpunit>