Changeset 47343 for branches/3.7/tests/phpunit/includes/trac.php
- Timestamp:
- 02/22/2020 12:05:12 PM (6 years ago)
- Location:
- branches/3.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/includes/trac.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
-
branches/3.7/tests/phpunit/includes/trac.php
r25002 r47343 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)