Skip to content

Commit dafcd6f

Browse files
authored
Composer/Tests: remove Limedeck printer (sirbrillig#249)
.. and all work-arounds which were in place related to it. Hope I managed to find them all. Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
1 parent c921498 commit dafcd6f

File tree

5 files changed

+1
-17
lines changed

5 files changed

+1
-17
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
/phpcs.xml.dist export-ignore
1212
/phpstan.neon.dist export-ignore
1313
/phpunit.xml.dist export-ignore
14-
/phpunit.circleci.xml export-ignore
1514
/.circleci/ export-ignore
1615
/Tests/ export-ignore
1716

composer.circleci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"minimum-stability": "dev",
3535
"prefer-stable": true,
3636
"scripts": {
37-
"test": "./vendor/bin/phpunit --configuration phpunit.circleci.xml"
37+
"test": "./vendor/bin/phpunit
3838
},
3939
"require" : {
4040
"php" : ">=5.4.0",

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"require-dev": {
4949
"phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0",
5050
"sirbrillig/phpcs-import-detection": "^1.1",
51-
"limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0",
5251
"phpstan/phpstan": "^0.11.8",
5352
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
5453
}

phpunit.circleci.xml

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

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<phpunit
22
bootstrap="Tests/bootstrap.php"
3-
printerClass="LimeDeck\Testing\Printer"
43
convertErrorsToExceptions="true"
54
convertWarningsToExceptions="true"
65
convertNoticesToExceptions="true"

0 commit comments

Comments
 (0)