From 3ae3f1f24564864e1f324967e8fcf63d4f4e1702 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Tue, 3 Mar 2020 12:39:10 +0100 Subject: [PATCH] drop phpunit candy --- composer.json | 2 -- phpunit.xml.dist | 4 ---- 2 files changed, 6 deletions(-) diff --git a/composer.json b/composer.json index 6a9c4fb..54eed94 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,6 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3", - "codedungeon/phpunit-result-printer": "^0.26.2", - "nunomaduro/collision": "^4.0", "orchestra/testbench": "^4.0 || ^5.0", "phpunit/phpunit": "^8.0 || ^9.0" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 38636d8..6193f8e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,7 +10,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer" > @@ -22,9 +21,6 @@ ./src - - -