Make WordPress Core

Changeset 49074


Ignore:
Timestamp:
09/30/2020 01:12:03 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Comment out the xdebug group test run for PHP 8 for now.

Xdebug supports PHP 8 only from version 3.0, which is not released yet.

Once Xdebug 3.0 is released and included in the Docker image, this should be uncommented again.

Follow-up to [48957], [49037].

See #50913, #50902.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r49039 r49074  
    6464      - docker-compose run --rm phpunit php ./vendor/bin/phpunit --verbose -c phpunit.xml.dist --group restapi-jsclient
    6565      # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
    66       - LOCAL_PHP_XDEBUG=true docker-compose run --rm phpunit phpunit -v --group xdebug --exclude-group __fakegroup__
     66      # Xdebug supports PHP 8 only from version 3.0, which is not released yet.
     67      # Once Xdebug 3.0 is released and included in the Docker image, this should be uncommented again.
     68      # - LOCAL_PHP_XDEBUG=true docker-compose run --rm phpunit phpunit -v --group xdebug --exclude-group __fakegroup__
    6769
    6870  allow_failures:
Note: See TracChangeset for help on using the changeset viewer.