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 8dbcadd + 2a49c20 commit 89571abCopy full SHA for 89571ab
composer.json
@@ -19,9 +19,6 @@
19
"php": ">=5.3.9",
20
"symfony/filesystem": "~2.3|~3.0.0"
21
},
22
- "require-dev": {
23
- "symfony/phpunit-bridge": "~2.7|~3.0.0"
24
- },
25
"autoload": {
26
"psr-4": { "Symfony\\Component\\Config\\": "" }
27
phpunit.xml.dist
@@ -26,4 +26,8 @@
</exclude>
</whitelist>
28
</filter>
29
+
30
+ <listeners>
31
+ <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" />
32
+ </listeners>
33
</phpunit>
0 commit comments