summaryrefslogtreecommitdiffstats
path: root/Acl
diff options
context:
space:
mode:
Diffstat (limited to 'Acl')
-rw-r--r--Acl/composer.json1
-rw-r--r--Acl/phpunit.xml.dist4
2 files changed, 4 insertions, 1 deletions
diff --git a/Acl/composer.json b/Acl/composer.json
index 917c061..7cd89a8 100644
--- a/Acl/composer.json
+++ b/Acl/composer.json
@@ -20,7 +20,6 @@
"symfony/security-core": "~2.4"
},
"require-dev": {
- "symfony/phpunit-bridge": "~2.7",
"doctrine/common": "~2.2",
"doctrine/dbal": "~2.2",
"psr/log": "~1.0"
diff --git a/Acl/phpunit.xml.dist b/Acl/phpunit.xml.dist
index 7552339..b252921 100644
--- a/Acl/phpunit.xml.dist
+++ b/Acl/phpunit.xml.dist
@@ -30,4 +30,8 @@
</exclude>
</whitelist>
</filter>
+
+ <listeners>
+ <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" />
+ </listeners>
</phpunit>