Ticket #27741: ticket-27741-user-query-test.patch
| File ticket-27741-user-query-test.patch, 472 bytes (added by , 12 years ago) |
|---|
-
tests/phpunit/tests/user/query.php
diff --git tests/phpunit/tests/user/query.php tests/phpunit/tests/user/query.php index 51bcfee..66bdb0d 100644
class Tests_User_Query extends WP_UnitTestCase { 101 101 $this->assertEquals( $names, $values ); 102 102 } 103 103 104 /** 105 * @ticket 21119 106 * @ticket 27741 107 */ 104 108 function test_prepare_query() { 105 109 $query = new WP_User_Query(); 106 110 $this->assertEmpty( $query->query_fields );