-
- Downloads
base for unit tests
parent
6d01f41f
No related branches found
No related tags found
... | ... | @@ -10,6 +10,7 @@ |
"php": ">=5.2" | ||
}, | ||
"require-dev": { | ||
"php": ">=5.5", | ||
"phpunit/phpunit": "<7", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
... | ... | @@ -18,14 +19,14 @@ |
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload": { | ||
}, | ||
"autoload-dev": { | ||
"classmap": ["src"] | ||
}, | ||
"scripts": { | ||
"phpcs": "phpcs", | ||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | ||
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", | ||
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", | ||
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage" | ||
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage" | ||
} | ||
} |
phpunit-unit.xml
0 → 100644
tests/unit/bootstrap.php
0 → 100644
Please register or sign in to comment