We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5359274 commit 0b9889bCopy full SHA for 0b9889b
composer.json
@@ -31,7 +31,8 @@
31
"require-dev": {
32
"dyrynda/laravel-efficient-uuid": "^4.0",
33
"orchestra/testbench": "^5.0",
34
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^8.0",
35
+ "nunomaduro/collision": "^4.1"
36
},
37
"autoload-dev": {
38
"psr-4": {
phpunit.xml
@@ -6,7 +6,9 @@
6
convertNoticesToExceptions="true"
7
convertWarningsToExceptions="true"
8
processIsolation="false"
9
- stopOnFailure="false">
+ stopOnFailure="false"
10
+ printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer"
11
+ >
12
<testsuites>
13
<testsuite name="Application Test Suite">
14
<directory>./tests/</directory>
0 commit comments