File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1414 "illuminate/database" : " 5.5.*"
1515 },
1616 "require-dev" : {
17+ "codedungeon/phpunit-result-printer" : " ^0.4.4" ,
1718 "fzaninotto/faker" : " ~1.4" ,
1819 "laravel/laravel" : " 5.5.*" ,
1920 "mockery/mockery" : " 0.9.*" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
2+ <phpunit
3+ backupGlobals =" false"
34 backupStaticAttributes =" false"
5+ bootstrap =" vendor/autoload.php"
46 colors =" true"
57 convertErrorsToExceptions =" true"
68 convertNoticesToExceptions =" true"
79 convertWarningsToExceptions =" true"
10+ printerClass =" Codedungeon\PHPUnitPrettyResultPrinter\Printer"
811 processIsolation =" false"
912 stopOnFailure =" false"
1013 syntaxCheck =" false"
11- bootstrap =" vendor/autoload.php"
1214>
1315<testsuites >
1416 <testsuite name =" Feature" >
You can’t perform that action at this time.
0 commit comments