Make WordPress Core

Changeset 50328 for branches/4.4


Ignore:
Timestamp:
02/12/2021 09:06:08 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Remove unused test groups from the 4.4 branch.

Follow up to [50314].

See #50401.

Location:
branches/4.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.4/.env

    r50314 r50328  
    5656# The database version to use.
    5757#
    58 # Defaults to 5.7 with the assumption that LOCAL_DB_TYPE is set to `mysql` above.
     58# Defaults to 5.6 with the assumption that LOCAL_DB_TYPE is set to `mysql` above.
    5959#
    6060# When using `mysql`, see https://hub.docker.com/_/mysql/ for valid versions.
  • branches/4.4/.github/workflows/phpunit-tests.yml

    r50314 r50328  
    264264        run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group external-http
    265265
    266       - name: Run REST API tests
    267         run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
    268 
    269       # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
    270       - name: Run (xDebug) tests
    271         run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
    272 
    273266      - name: Checkout the WordPress Test Reporter
    274267        if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
Note: See TracChangeset for help on using the changeset viewer.