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 7b08d00..1d40882 100644
--- a/Http/composer.json
+++ b/Http/composer.json
@@ -23,7 +23,6 @@
"symfony/http-kernel": "~2.4"
},
"require-dev": {
- "symfony/phpunit-bridge": "~2.7",
"symfony/routing": "~2.2",
"symfony/security-csrf": "~2.4",
"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>