update dependencies, add phpunit pretty-printer

This commit is contained in:
Jonny Barnes 2017-12-22 13:29:28 +00:00
parent 23d3fec516
commit 4623c13c79
3 changed files with 132 additions and 23 deletions

View file

@ -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>