summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Core')
-rw-r--r--Core/composer.json1
-rw-r--r--Core/phpunit.xml.dist4
2 files changed, 4 insertions, 1 deletions
diff --git a/Core/composer.json b/Core/composer.json
index 38054df..c73a5b5 100644
--- a/Core/composer.json
+++ b/Core/composer.json
@@ -19,7 +19,6 @@
"php": ">=5.3.9"
},
"require-dev": {
- "symfony/phpunit-bridge": "~2.7",
"symfony/event-dispatcher": "~2.1",
"symfony/expression-language": "~2.6",
"symfony/http-foundation": "~2.4",
diff --git a/Core/phpunit.xml.dist b/Core/phpunit.xml.dist
index 8a1a291..739cb6e 100644
--- a/Core/phpunit.xml.dist
+++ b/Core/phpunit.xml.dist
@@ -30,4 +30,8 @@
</exclude>
</whitelist>
</filter>
+
+ <listeners>
+ <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" />
+ </listeners>
</phpunit>