We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b9ddd0 + ed908cb commit 7731884Copy full SHA for 7731884
composer.json
@@ -43,6 +43,7 @@
43
"matthiasnoback/symfony-config-test": "^3.0 || ^4.0",
44
"symfony/framework-bundle": "^3.4",
45
"symfony/http-kernel": "^3.4",
46
- "symfony/routing": "^3.4"
+ "symfony/routing": "^3.4",
47
+ "yoanm/php-unit-extended": "~1.0"
48
}
49
phpunit.xml.dist
@@ -28,6 +28,10 @@
28
29
bootstrap="vendor/autoload.php"
30
>
31
+ <listeners>
32
+ <listener class="Yoanm\PhpUnitExtended\Listener\YoanmTestsStrategyListener"/>
33
+ </listeners>
34
+
35
<testsuites>
36
<testsuite name="functional">
37
<directory>tests/Functional</directory>
0 commit comments