Changeset 27168
- Timestamp:
- 02/12/2014 08:39:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/trac.php
r25002 r27168 15 15 */ 16 16 public static function isTracTicketClosed( $trac_url, $ticket_id ) { 17 if ( ! extension_loaded( 'openssl' ) ) { 18 $trac_url = preg_replace( "/^https:/", "http:", $trac_url ); 19 } 20 17 21 if ( ! isset( self::$trac_ticket_cache[ $trac_url ] ) ) { 18 22 // In case you're running the tests offline, keep track of open tickets.
Note: See TracChangeset
for help on using the changeset viewer.