Changeset 51575
- Timestamp:
- 08/07/2021 11:44:00 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r51573 r51575 135 135 <exclude-pattern>/src/wp-includes/Text/*</exclude-pattern> 136 136 137 <exclude-pattern>/tests/phpunit/includes/phpunit7/MockObject/*</exclude-pattern>138 139 137 <!-- Test data and fixtures. --> 140 138 <exclude-pattern>/tests/phpunit/build*</exclude-pattern> -
trunk/tests/phpunit/includes/bootstrap.php
r51574 r51575 46 46 exit( 1 ); 47 47 } 48 49 // Register a custom autoloader for the PHPUnit 9.x Mockobject classes for compatibility with PHP 8.0.50 require_once __DIR__ . '/class-mockobject-autoload.php';51 spl_autoload_register( 'MockObject_Autoload::load', true, true );52 48 53 49 // Check that the PHPUnit Polyfills autoloader exists.
Note: See TracChangeset
for help on using the changeset viewer.