Make WordPress Core

Changeset 49100


Ignore:
Timestamp:
10/07/2020 01:19:33 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Ensure arguments are passed correctly for test:php-composer commands.

Follow-up to [49099].

Props swissspidy.
See #51456.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r49099 r49100  
    4343      # The PHPUnit 7.x phar is not compatible with PHP 8 and won't be updated,
    4444      # as PHPUnit 7 is no longer supported, so run the Composer-installed PHPUnit instead.
    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
     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
    5151      # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
    5252      # Xdebug supports PHP 8 only from version 3.0, which is not released yet.
Note: See TracChangeset for help on using the changeset viewer.