We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e95ab9 commit 4b79269Copy full SHA for 4b79269
composer.json
@@ -22,7 +22,6 @@
22
"require-dev": {
23
"orchestra/testbench": "^7.0",
24
"phpunit/phpunit": "^9.5",
25
- "codedungeon/phpunit-result-printer": "dev-master",
26
"mockery/mockery": "^1.5"
27
},
28
"autoload": {
phpunit.xml
@@ -8,7 +8,6 @@
8
processIsolation="false"
9
stopOnFailure="false"
10
bootstrap="vendor/autoload.php"
11
- printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
12
>
13
<testsuites>
14
<testsuite name="ShortUrl Test Suite">
0 commit comments