Skip to content

Commit 854f668

Browse files
authored
Merge pull request #664 from KnifeLemon/master
fixed multiple file upload errors
2 parents 095a466 + 09cb95c commit 854f668

File tree

6 files changed

+957
-51
lines changed

6 files changed

+957
-51
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"phpstan/phpstan": "^2.1",
5252
"phpunit/phpunit": "^9.6",
5353
"rregeer/phpunit-coverage-check": "^0.3.1",
54-
"spatie/phpunit-watcher": "^1.23 || ^1.24",
5554
"squizlabs/php_codesniffer": "^3.11"
5655
},
5756
"config": {
@@ -62,7 +61,7 @@
6261
"sort-packages": true
6362
},
6463
"scripts": {
65-
"test": "vendor/bin/phpunit-watcher watch",
64+
"test": "phpunit",
6665
"test-ci": "phpunit",
6766
"test-coverage": "rm -f clover.xml && XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage --coverage-clover=clover.xml && vendor/bin/coverage-check clover.xml 100",
6867
"test-server": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server/",

0 commit comments

Comments
 (0)