Make WordPress Core

Changeset 921 in tests for trunk/includes/trac.php


Ignore:
Timestamp:
07/19/2012 04:19:36 PM (13 years ago)
Author:
nacin
Message:

Remove debug in [920].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/trac.php

    r920 r921  
    1818            // In case you're running the tests offline, keep track of open tickets.
    1919            $file = DIR_TESTDATA . '/.trac-ticket-cache.' . str_replace( array( 'http://', 'https://', '/' ), array( '', '', '-' ), rtrim( $trac_url, '/' ) );
    20             var_dump( $file ); return;
    2120            $tickets = @file_get_contents( $trac_url . '/query?status=%21closed&format=csv&col=id' );
    2221            // Check if our HTTP request failed.
Note: See TracChangeset for help on using the changeset viewer.