Make WordPress Core

Changeset 51575 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
08/07/2021 11:44:00 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Remove the copied-in PHPUnit 9.x MockObject files.

As the version constraints for PHPUnit now allow the tests to be run on PHPUnit 8.x and 9.x, these files are no longer needed.

Follow-up to [48957], [49037], [51544], [51559-51574].

Props jrf.
See #46149.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r51573 r51575  
    135135    <exclude-pattern>/src/wp-includes/Text/*</exclude-pattern>
    136136
    137     <exclude-pattern>/tests/phpunit/includes/phpunit7/MockObject/*</exclude-pattern>
    138 
    139137    <!-- Test data and fixtures. -->
    140138    <exclude-pattern>/tests/phpunit/build*</exclude-pattern>
Note: See TracChangeset for help on using the changeset viewer.