diff options
Diffstat (limited to 'Csrf')
-rw-r--r-- | Csrf/composer.json | 1 | ||||
-rw-r--r-- | Csrf/phpunit.xml.dist | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Csrf/composer.json b/Csrf/composer.json index a0de39d..12077d4 100644 --- a/Csrf/composer.json +++ b/Csrf/composer.json @@ -20,7 +20,6 @@ "symfony/security-core": "~2.4" }, "require-dev": { - "symfony/phpunit-bridge": "~2.7", "symfony/http-foundation": "~2.1" }, "suggest": { diff --git a/Csrf/phpunit.xml.dist b/Csrf/phpunit.xml.dist index 8f950a3..3e3d430 100644 --- a/Csrf/phpunit.xml.dist +++ b/Csrf/phpunit.xml.dist @@ -30,4 +30,8 @@ </exclude> </whitelist> </filter> + + <listeners> + <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" /> + </listeners> </phpunit> |