mirror of
git://develop.git.wordpress.org/
synced 2025-06-07 19:27:02 +02:00
Tests: Remove some debug that's slipped in at some point.
git-svn-id: https://develop.svn.wordpress.org/trunk@36236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
530ffc712f
commit
5f55910b5c
@ -172,8 +172,7 @@ class WP_Canonical_UnitTestCase extends WP_UnitTestCase {
|
|||||||
$this->knownWPBug( $ticket );
|
$this->knownWPBug( $ticket );
|
||||||
|
|
||||||
$ticket_ref = ($ticket > 0) ? 'Ticket #' . $ticket : null;
|
$ticket_ref = ($ticket > 0) ? 'Ticket #' . $ticket : null;
|
||||||
global $wpdb;
|
|
||||||
//print_r( $wpdb->get_results( "SELECT * FROM $wpdb->terms" ) );
|
|
||||||
if ( is_string($expected) )
|
if ( is_string($expected) )
|
||||||
$expected = array('url' => $expected);
|
$expected = array('url' => $expected);
|
||||||
elseif ( is_array($expected) && !isset($expected['url']) && !isset($expected['qv']) )
|
elseif ( is_array($expected) && !isset($expected['url']) && !isset($expected['qv']) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user