From f56705c908c62341914bf6be7fe2a2959235e257 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 26 May 2022 03:56:57 +0200 Subject: [PATCH] Composer/Tests: remove Limedeck printer .. and all work-arounds which were in place related to it. Hope I managed to find them all. --- .gitattributes | 1 - composer.circleci.json | 2 +- composer.json | 1 - phpunit.circleci.xml | 13 ------------- phpunit.xml.dist | 1 - 5 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 phpunit.circleci.xml diff --git a/.gitattributes b/.gitattributes index 6b1774d6..1423f438 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,7 +11,6 @@ /phpcs.xml.dist export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore -/phpunit.circleci.xml export-ignore /.circleci/ export-ignore /Tests/ export-ignore diff --git a/composer.circleci.json b/composer.circleci.json index 675ee84e..185ba6a1 100644 --- a/composer.circleci.json +++ b/composer.circleci.json @@ -34,7 +34,7 @@ "minimum-stability": "dev", "prefer-stable": true, "scripts": { - "test": "./vendor/bin/phpunit --configuration phpunit.circleci.xml" + "test": "./vendor/bin/phpunit }, "require" : { "php" : ">=5.4.0", diff --git a/composer.json b/composer.json index 814f8284..86485fd1 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,6 @@ "require-dev": { "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0", "sirbrillig/phpcs-import-detection": "^1.1", - "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0", "phpstan/phpstan": "^0.11.8", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0" } diff --git a/phpunit.circleci.xml b/phpunit.circleci.xml deleted file mode 100644 index 1fac1fc3..00000000 --- a/phpunit.circleci.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - Tests - - - diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6a3d3540..1fac1fc3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,5 @@