Changeset 45607 for trunk/tests/phpunit/includes/phpunit6/compat.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/phpunit6/compat.php
r45580 r45607 19 19 20 20 // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid 21 public static function getTickets( $class Name, $methodName ) {22 $annotations = PHPUnit\Util\Test::parseTestMethodAnnotations( $class Name, $methodName );21 public static function getTickets( $class_name, $method_name ) { 22 $annotations = PHPUnit\Util\Test::parseTestMethodAnnotations( $class_name, $method_name ); 23 23 24 24 $tickets = array();
Note: See TracChangeset
for help on using the changeset viewer.