Skip to content
This repository was archived by the owner on Jan 12, 2020. It is now read-only.

Commit e0237c0

Browse files
committed
Merge branch 'release/2.1.0'
2 parents fce5544 + d7b2180 commit e0237c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"require-dev": {
3535
"behat/behat": "~3.0",
3636
"squizlabs/php_codesniffer": "3.*",
37-
"phpunit/phpunit": "^6.0"
37+
"phpunit/phpunit": "^6.0 || ^7.0",
38+
"yoanm/php-unit-extended": "~1.0"
3839
}
3940
}

phpunit.xml.dist

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828

2929
bootstrap="vendor/autoload.php"
3030
>
31+
<listeners>
32+
<listener class="Yoanm\PhpUnitExtended\Listener\YoanmTestsStrategyListener"/>
33+
</listeners>
3134
<testsuites>
3235
<testsuite name="functional">
3336
<directory>tests/Functional/*</directory>

0 commit comments

Comments
 (0)