Skip to content

Commit 7731884

Browse files
committedApr 7, 2018
Merge branch 'release/1.0.0'
2 parents 3b9ddd0 + ed908cb commit 7731884

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"matthiasnoback/symfony-config-test": "^3.0 || ^4.0",
4444
"symfony/framework-bundle": "^3.4",
4545
"symfony/http-kernel": "^3.4",
46-
"symfony/routing": "^3.4"
46+
"symfony/routing": "^3.4",
47+
"yoanm/php-unit-extended": "~1.0"
4748
}
4849
}

‎phpunit.xml.dist

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929
bootstrap="vendor/autoload.php"
3030
>
31+
<listeners>
32+
<listener class="Yoanm\PhpUnitExtended\Listener\YoanmTestsStrategyListener"/>
33+
</listeners>
34+
3135
<testsuites>
3236
<testsuite name="functional">
3337
<directory>tests/Functional</directory>

0 commit comments

Comments
 (0)