Skip to content

Commit d0ae40d

Browse files
committed
remove pretty printer for unit test result, because I have problems with the new version so that I will use only localy.
1 parent 9903985 commit d0ae40d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
convertNoticesToExceptions="true"
1111
convertWarningsToExceptions="true"
1212
processIsolation="false"
13-
stopOnFailure="false"
14-
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer">
13+
stopOnFailure="false">
1514
<testsuites>
1615
<testsuite name="Unit">
1716
<directory suffix="Test.php">tests/phpunit/Unit</directory>

0 commit comments

Comments
 (0)