Make WordPress Core

Changeset 36236


Ignore:
Timestamp:
01/09/2016 06:11:58 AM (8 years ago)
Author:
dd32
Message:

Tests: Remove some debug that's slipped in at some point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/testcase-canonical.php

    r35244 r36236  
    173173
    174174        $ticket_ref = ($ticket > 0) ? 'Ticket #' . $ticket : null;
    175 global $wpdb;
    176 //print_r( $wpdb->get_results( "SELECT * FROM $wpdb->terms" ) );
     175
    177176        if ( is_string($expected) )
    178177            $expected = array('url' => $expected);
Note: See TracChangeset for help on using the changeset viewer.