Changeset 51570
- Timestamp:
- 08/07/2021 10:46:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/phpunit6/compat.php
r50986 r51570 15 15 class_alias( 'PHPUnit\Framework\TestListener', 'PHPUnit_Framework_TestListener' ); 16 16 class_alias( 'PHPUnit\Util\GlobalState', 'PHPUnit_Util_GlobalState' ); 17 class_alias( 'PHPUnit\Util\Getopt', 'PHPUnit_Util_Getopt' ); 17 if ( class_exists( 'PHPUnit\Util\Getopt' ) ) { 18 class_alias( 'PHPUnit\Util\Getopt', 'PHPUnit_Util_Getopt' ); 19 } 18 20 19 21 class PHPUnit_Util_Test {
Note: See TracChangeset
for help on using the changeset viewer.