File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 14
14
"illuminate/database" : " 5.5.*"
15
15
},
16
16
"require-dev" : {
17
+ "codedungeon/phpunit-result-printer" : " ^0.4.4" ,
17
18
"fzaninotto/faker" : " ~1.4" ,
18
19
"laravel/laravel" : " 5.5.*" ,
19
20
"mockery/mockery" : " 0.9.*" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
2
+ <phpunit
3
+ backupGlobals =" false"
3
4
backupStaticAttributes =" false"
5
+ bootstrap =" vendor/autoload.php"
4
6
colors =" true"
5
7
convertErrorsToExceptions =" true"
6
8
convertNoticesToExceptions =" true"
7
9
convertWarningsToExceptions =" true"
10
+ printerClass =" Codedungeon\PHPUnitPrettyResultPrinter\Printer"
8
11
processIsolation =" false"
9
12
stopOnFailure =" false"
10
13
syntaxCheck =" false"
11
- bootstrap =" vendor/autoload.php"
12
14
>
13
15
<testsuites >
14
16
<testsuite name =" Feature" >
You can’t perform that action at this time.
0 commit comments