diff --git a/.gitattributes b/.gitattributes
index 6b1774d..1423f43 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 675ee84..185ba6a 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 814f828..86485fd 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 1fac1fc..0000000
--- a/phpunit.circleci.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
- Tests
-
-
-
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 6a3d354..1fac1fc 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -1,6 +1,5 @@