update dependencies, add phpunit pretty-printer
This commit is contained in:
parent
23d3fec516
commit
4623c13c79
3 changed files with 132 additions and 23 deletions
|
@ -7,7 +7,8 @@
|
|||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
processIsolation="false"
|
||||
stopOnFailure="false">
|
||||
stopOnFailure="false"
|
||||
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer">
|
||||
<testsuites>
|
||||
<testsuite name="Feature">
|
||||
<directory suffix="Test.php">./tests/Feature</directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue