Fix traivs, nicer output for tests

This commit is contained in:
Dane Everitt 2018-02-10 14:57:19 -06:00
parent 21841849a3
commit e22d824c2d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 168 additions and 5 deletions

View file

@ -6,13 +6,13 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>