You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit; fi
31
-
# Coverage runs also run with the CMS
32
32
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml --bootstrap=vendor/silverstripe/cms/tests/bootstrap.php; fi
33
33
- if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs code/ tests/ *.php; fi
0 commit comments