Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.circleci.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"test": "./vendor/bin/phpunit --configuration phpunit.circleci.xml"
"test": "./vendor/bin/phpunit
Copy link
Collaborator Author

@jrfnl jrfnl May 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh... just noticed the typo I made here (missing end-"). Sorry about that. Even so, as we'll be moving away from Circle, this will be fixed in the next PR when I remove this file.

},
"require" : {
"php" : ">=5.4.0",
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
13 changes: 0 additions & 13 deletions phpunit.circleci.xml

This file was deleted.

1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<phpunit
bootstrap="Tests/bootstrap.php"
printerClass="LimeDeck\Testing\Printer"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down