Changeset 51575 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 08/07/2021 11:44:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.