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.
1 parent 8e950d1 commit ae23bfbCopy full SHA for ae23bfb
composer.json
@@ -42,6 +42,7 @@
42
"symfony/expression-language": "^2.8||^3.0||^4.0",
43
"symfony/framework-bundle": "^2.8||^3.0||^4.0",
44
"symfony/monolog-bundle": "^3.0",
45
+ "symfony/phpunit-bridge": "^5.0",
46
"symfony/yaml": "^2.8||^3.0||^4.0"
47
},
48
"suggest": {
phpunit.xml
@@ -19,4 +19,8 @@
19
<directory>./src</directory>
20
</whitelist>
21
</filter>
22
+
23
+ <listeners>
24
+ <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
25
+ </listeners>
26
</phpunit>
0 commit comments