Skip to content

Commit 3b80d9d

Browse files
authored
Removed Tests
1 parent 5dc3405 commit 3b80d9d

14 files changed

+2
-3476
lines changed

composer.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,11 @@
2020
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
2121
"php-stubs/wordpress-stubs": "^6.8",
2222
"szepeviktor/phpstan-wordpress": "^1.3",
23-
"phpstan/phpstan": "^1.0",
24-
"10up/wp_mock": "^1.0",
25-
"mockery/mockery": "^1.5",
26-
"phpunit/php-code-coverage": "^9.2"
23+
"phpstan/phpstan": "^1.0"
2724
},
2825
"config": {
2926
"allow-plugins": {
3027
"dealerdirect/phpcodesniffer-composer-installer": true
3128
}
32-
},
33-
"scripts": {
34-
"test": "phpunit",
35-
"test:coverage": "phpunit --coverage-html coverage --coverage-clover coverage.xml --coverage-text",
36-
"test:unit": "phpunit --testsuite=unit",
37-
"test:integration": "phpunit --testsuite=integration",
38-
"test:watch": "phpunit --watch",
39-
"coverage:check": "phpunit --coverage-clover=coverage.xml --colors=never && php scripts/coverage-check.php 80",
40-
"phpcs": "phpcs",
41-
"phpcs:tests": "phpcs --standard=tests/phpcs.xml tests/",
42-
"phpcbf": "phpcbf",
43-
"phpstan": "phpstan analyse"
4429
}
45-
}
30+
}

scripts/check-coverage.php

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

scripts/coverage-check.php

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

0 commit comments

Comments
 (0)