Changeset 40854
- Timestamp:
- 05/30/2017 10:07:59 PM (7 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/tests/phpunit/includes/phpunit6-compat.php
r40547 r40854 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.