Changeset 9022
- Timestamp:
- 09/16/2014 01:19:02 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/testcase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r8958 r9022 282 282 return; 283 283 284 if ( ! TracTickets::isTracTicketClosed( 'http ://buddypress.trac.wordpress.org', $ticket_id ) )284 if ( ! TracTickets::isTracTicketClosed( 'https://buddypress.trac.wordpress.org', $ticket_id ) ) { 285 285 $this->markTestSkipped( sprintf( 'BuddyPress Ticket #%d is not fixed', $ticket_id ) ); 286 } 286 287 } 287 288
Note: See TracChangeset
for help on using the changeset viewer.