Changeset 47338 for branches/3.8/tests/phpunit/includes/trac.php
- Timestamp:
- 02/21/2020 01:05:39 PM (5 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
-
branches/3.8/tests/phpunit/includes/trac.php
r25002 r47338 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.