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 b5635d0 + cb07f63 commit 1ab4be0Copy full SHA for 1ab4be0
composer.json
@@ -19,7 +19,6 @@
19
"php": ">=5.5.9"
20
},
21
"require-dev": {
22
- "symfony/phpunit-bridge": "~2.8|~3.0",
23
"symfony/yaml": "~2.8|~3.0",
24
"symfony/config": "~2.8|~3.0",
25
"symfony/property-access": "~2.8|~3.0",
phpunit.xml.dist
@@ -25,4 +25,8 @@
</exclude>
26
</whitelist>
27
</filter>
28
+
29
+ <listeners>
30
+ <listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" />
31
+ </listeners>
32
</phpunit>
0 commit comments