Improved PHPUnit configuration.
... | ... | @@ -27,7 +27,7 @@ |
"squizlabs/php_codesniffer": "^3.5" | ||
}, | ||
"scripts": { | ||
"test": "phpunit --bootstrap=vendor/autoload.php --color=always --testdox tests/", | ||
"test": "phpunit --coverage-text --colors=always --testdox", | ||
"cs-check": "phpcs", | ||
"cs-fix": "phpcbf" | ||
} | ||
... | ... |
phpunit.xml
0 → 100644
Please register or sign in to comment