Skip to content

Commit c7842c8

Browse files
committed
Remove PHPUnit pretty print
1 parent 55e9432 commit c7842c8

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
"mnapoli/front-yaml": "^1.6"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^6.0",
12+
"phpunit/phpunit": "^9.0",
1313
"php-coveralls/php-coveralls": "^2.0",
14-
"mockery/mockery": "^1.0.0",
15-
"squizlabs/php_codesniffer": "^3.3.1",
16-
"codedungeon/phpunit-result-printer": "^0.19.13",
17-
"codedungeon/php-cli-colors": "^1.10.7",
18-
"mikey179/vfsstream": "^1.6",
14+
"mockery/mockery": "^1.4.4",
15+
"squizlabs/php_codesniffer": "^3.6.0",
16+
"mikey179/vfsstream": "^1.6.9",
1917
"antecedent/patchwork": "^2.1.8"
2018
},
2119
"autoload": {

phpunit-printer.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

phpunit.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
convertNoticesToExceptions="true"
99
convertWarningsToExceptions="true"
1010
processIsolation="false"
11-
stopOnFailure="false"
12-
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer">
11+
stopOnFailure="false">
1312
<testsuites>
1413
<testsuite name="Primer Test Suite">
1514
<directory>tests</directory>

0 commit comments

Comments
 (0)