From d73ec171c0173f26c6c7de27d9485e4c01303268 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sun, 17 Apr 2016 03:12:39 +0000 Subject: [PATCH] Tests: Improvements to /post/query test class. * Add `@group` annotation. * Remove unnecessary `setUp()` method. git-svn-id: https://develop.svn.wordpress.org/trunk@37224 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/post/query.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/phpunit/tests/post/query.php b/tests/phpunit/tests/post/query.php index 357153847b..a2a6dff4db 100644 --- a/tests/phpunit/tests/post/query.php +++ b/tests/phpunit/tests/post/query.php @@ -1,10 +1,10 @@