Changeset 51544 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 08/04/2021 07:24:14 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r51543 r51544 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 ); 48 52 49 53 // If running core tests, check if all the required PHP extensions are loaded before running the test suite.
Note: See TracChangeset
for help on using the changeset viewer.