Changeset 49099
- Timestamp:
- 10/07/2020 01:08:20 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r49077 r49099 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 - docker-compose run --rm phpunit php ./vendor/bin/phpunit--verbose -c phpunit.xml.dist46 - docker-compose run --rm phpunit php ./vendor/bin/phpunit--verbose -c phpunit.xml.dist --group ajax47 - docker-compose run --rm phpunit php ./vendor/bin/phpunit--verbose -c tests/phpunit/multisite.xml48 - docker-compose run --rm phpunit php ./vendor/bin/phpunit--verbose -c tests/phpunit/multisite.xml --group ms-files49 - docker-compose run --rm phpunit php ./vendor/bin/phpunit--verbose -c phpunit.xml.dist --group external-http50 - docker-compose run --rm phpunit php ./vendor/bin/phpunit--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. -
trunk/package.json
r48884 r49099 168 168 "env:pull": "node ./tools/local-env/scripts/docker.js pull", 169 169 "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit", 170 "test:php-composer": "node ./tools/local-env/scripts/docker.js run --rm phpunit php ./vendor/bin/phpunit", 170 171 "test:e2e": "node ./tests/e2e/run-tests.js" 171 172 }
Note: See TracChangeset
for help on using the changeset viewer.