We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 389735a + df82235 commit e24bbd3Copy full SHA for e24bbd3
composer.json
@@ -20,7 +20,6 @@
20
"symfony/translation": "~2.0,>=2.0.5"
21
},
22
"require-dev": {
23
- "symfony/phpunit-bridge": "~2.7",
24
"doctrine/common": "~2.3",
25
"symfony/http-foundation": "~2.1",
26
"symfony/intl": "~2.3",
phpunit.xml.dist
@@ -25,4 +25,8 @@
</exclude>
</whitelist>
27
</filter>
28
+
29
+ <listeners>
30
+ <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" />
31
+ </listeners>
32
</phpunit>
0 commit comments