| 45 | | - docker-compose run --rm phpunit php ./vendor/bin/phpunit --verbose -c phpunit.xml.dist |
| 46 | | - docker-compose run --rm phpunit php ./vendor/bin/phpunit --verbose -c phpunit.xml.dist --group ajax |
| 47 | | - docker-compose run --rm phpunit php ./vendor/bin/phpunit --verbose -c tests/phpunit/multisite.xml |
| 48 | | - docker-compose run --rm phpunit php ./vendor/bin/phpunit --verbose -c tests/phpunit/multisite.xml --group ms-files |
| 49 | | - docker-compose run --rm phpunit php ./vendor/bin/phpunit --verbose -c phpunit.xml.dist --group external-http |
| 50 | | - docker-compose run --rm phpunit php ./vendor/bin/phpunit --verbose -c phpunit.xml.dist --group restapi-jsclient |
| | 45 | - 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 |