Changeset 44701 for trunk/tests/phpunit/includes/phpunit6/compat.php
- Timestamp:
- 01/28/2019 02:10:24 PM (6 years ago)
- Location:
- trunk/tests/phpunit/includes/phpunit6
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/phpunit6/compat.php
r44700 r44701 16 16 class_alias( 'PHPUnit\Util\Getopt', 'PHPUnit_Util_Getopt' ); 17 17 18 class PHPUnit_Util_Test extends PHPUnit\Util\Test{18 class PHPUnit_Util_Test { 19 19 20 20 public static function getTickets( $className, $methodName ) { 21 $annotations = self::parseTestMethodAnnotations( $className, $methodName );21 $annotations = PHPUnit\Util\Test::parseTestMethodAnnotations( $className, $methodName ); 22 22 23 23 $tickets = array();
Note: See TracChangeset
for help on using the changeset viewer.