From efc2c12458e84c49ba9fe19e98e6226fe7a73468 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 29 Nov 2013 21:23:49 +0000 Subject: [PATCH] Restore @ticket reference. see #18897. git-svn-id: https://develop.svn.wordpress.org/trunk@26479 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/query/results.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/query/results.php b/tests/phpunit/tests/query/results.php index 72ebeee786..404aea6720 100644 --- a/tests/phpunit/tests/query/results.php +++ b/tests/phpunit/tests/query/results.php @@ -278,6 +278,9 @@ class Tests_Query_Results extends WP_UnitTestCase { $this->assertEquals( $expected, wp_list_pluck( $posts, 'post_name' ) ); } + /** + * @ticket 18897 + */ function test_query_offset_and_paged() { $posts = $this->q->query('paged=2&offset=3');