checks:
php: true
build:
tests:
override:
-
command: SYMFONY_PHPUNIT_VERSION=6.5 vendor/bin/simple-phpunit --coverage-clover=coverage.xml
coverage:
file: coverage.xml
format: php-clover
nodes:
tests: true
analysis:
tests:
override:
-
command: phpcs-run
use_website_config: true
- php-scrutinizer-run