Changeset 40853
- Timestamp:
- 05/30/2017 10:06:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/phpunit6-compat.php
r40536 r40853 7 7 class_alias( 'PHPUnit\Framework\ExpectationFailedException', 'PHPUnit_Framework_ExpectationFailedException' ); 8 8 class_alias( 'PHPUnit\Framework\Error\Notice', 'PHPUnit_Framework_Error_Notice' ); 9 class_alias( 'PHPUnit\Framework\Error\Warning', 'PHPUnit_Framework_Error_Warning' ); 9 10 class_alias( 'PHPUnit\Framework\Test', 'PHPUnit_Framework_Test' ); 10 11 class_alias( 'PHPUnit\Framework\Warning', 'PHPUnit_Framework_Warning' );
Note: See TracChangeset
for help on using the changeset viewer.