Changeset 921 in tests for trunk/includes/trac.php
- Timestamp:
- 07/19/2012 04:19:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/trac.php
r920 r921 18 18 // In case you're running the tests offline, keep track of open tickets. 19 19 $file = DIR_TESTDATA . '/.trac-ticket-cache.' . str_replace( array( 'http://', 'https://', '/' ), array( '', '', '-' ), rtrim( $trac_url, '/' ) ); 20 var_dump( $file ); return;21 20 $tickets = @file_get_contents( $trac_url . '/query?status=%21closed&format=csv&col=id' ); 22 21 // Check if our HTTP request failed.
Note: See TracChangeset
for help on using the changeset viewer.