Skip to content

Commit

Permalink
Tests: drop patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Nov 27, 2023
1 parent afde1df commit d45a9fc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
12 changes: 0 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"require-dev": {
"ext-intl": "*",
"brianium/paratest": "^6.3.0",
"cweagans/composer-patches": "^1.7.3",
"infection/infection": "0.26.6",
"latte/latte": "^2.5.0|^3.0.4",
"nette/application": "^3.1.0",
Expand Down Expand Up @@ -70,20 +69,9 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true
}
},
"extra": {
"patches": {
"phpunit/php-code-coverage": {
"Class not found error fix": "tests/Patches/coverage-invalid-file-error.patch"
},
"infection/infection": {
"Class not found error fix": "tests/Patches/mutations-invalid-file-error.patch"
}
}
}
}
29 changes: 0 additions & 29 deletions tests/Patches/coverage-invalid-file-error.patch

This file was deleted.

37 changes: 0 additions & 37 deletions tests/Patches/mutations-invalid-file-error.patch

This file was deleted.

0 comments on commit d45a9fc

Please sign in to comment.