Skip to content
Snippets Groups Projects

Closes #3464978

Closed mondrake requested to merge issue/drupal-3464978:3464978-make-phpstan-rule into 11.x
Files
3
+ 2
2
# cspell:ignore cobertura drupaltestbot drupaltestbotpw Dwebdriver logfile XVFB
# cspell:ignore cobertura drupaltestbot drupaltestbotpw Dwebdriver logfile testdox XVFB
stages:
- 🗜️ Test
@@ -222,7 +222,7 @@ variables:
- docker-php-ext-enable pcov
- cd core/tests/PHPStan
- composer install
- vendor/bin/phpunit tests --coverage-text --colors=never --coverage-cobertura=coverage.cobertura.xml --log-junit junit.xml
- vendor/bin/phpunit tests --testdox --coverage-text --colors=never --coverage-cobertura=coverage.cobertura.xml --log-junit junit.xml
# Default job settings runs a script that junit files in a specific location..
after_script: []
artifacts:
Loading