Changeset 49100
- Timestamp:
- 10/07/2020 01:19:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r49099 r49100 43 43 # The PHPUnit 7.x phar is not compatible with PHP 8 and won't be updated, 44 44 # as PHPUnit 7 is no longer supported, so run the Composer-installed PHPUnit instead. 45 - npm run test:php-composer -- verbose -c phpunit.xml.dist46 - npm run test:php-composer -- verbose -c phpunit.xml.dist --group ajax47 - npm run test:php-composer -- verbose -c tests/phpunit/multisite.xml48 - npm run test:php-composer -- verbose -c tests/phpunit/multisite.xml --group ms-files49 - npm run test:php-composer -- verbose -c phpunit.xml.dist --group external-http50 - npm run test:php-composer -- verbose -c phpunit.xml.dist --group restapi-jsclient45 - npm run test:php-composer -- --verbose -c phpunit.xml.dist 46 - npm run test:php-composer -- --verbose -c phpunit.xml.dist --group ajax 47 - npm run test:php-composer -- --verbose -c tests/phpunit/multisite.xml 48 - npm run test:php-composer -- --verbose -c tests/phpunit/multisite.xml --group ms-files 49 - npm run test:php-composer -- --verbose -c phpunit.xml.dist --group external-http 50 - npm run test:php-composer -- --verbose -c phpunit.xml.dist --group restapi-jsclient 51 51 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. 52 52 # Xdebug supports PHP 8 only from version 3.0, which is not released yet.
Note: See TracChangeset
for help on using the changeset viewer.