diff --git a/composer.json b/composer.json index 611c2d2..ee5efa7 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,6 @@ "test": "phpunit", "test-watcher": "phpunit-watcher watch", "test-coverage": [ - "rm -f clover.xml", "@putenv XDEBUG_MODE=coverage", "phpunit --coverage-html=coverage --coverage-clover=clover.xml", "coverage-check clover.xml 100" @@ -83,11 +82,6 @@ "echo \"Running Test Server\"", "@php -S localhost:8000 -t tests/server-v2" ], - "test-coverage:win": [ - "del clover.xml", - "phpunit --coverage-html=coverage --coverage-clover=clover.xml", - "coverage-check clover.xml 100" - ], "test-performance": [ "echo \"Running Performance Tests...\"", "@php -S localhost:8077 -t tests/performance/ > /dev/null 2>&1 & echo $! > server.pid",