Changeset 906 in tests for trunk/includes/testcase.php
- Timestamp:
- 07/18/2012 09:25:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/testcase.php
r896 r906 123 123 if ( WP_TESTS_FORCE_KNOWN_BUGS ) 124 124 return; 125 $tickets = PHPUnit_Util_Test::getTickets( get_class( $this ), $this->getName( ) );125 $tickets = PHPUnit_Util_Test::getTickets( get_class( $this ), $this->getName( false ) ); 126 126 foreach ( $tickets as $ticket ) { 127 127 if ( is_numeric( $ticket ) ) {
Note: See TracChangeset
for help on using the changeset viewer.