From beebded867cb576809aca294e39bde8237c9031b Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sat, 11 Jun 2016 03:26:07 +0000 Subject: [PATCH] Tests: Move `WP_Tax_Query` tests to a more appropriate file. The file they were living in is the rightful home of `WP_Term_Query` tests. See #37074. git-svn-id: https://develop.svn.wordpress.org/trunk@37682 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/term/{query.php => taxQuery.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/phpunit/tests/term/{query.php => taxQuery.php} (99%) diff --git a/tests/phpunit/tests/term/query.php b/tests/phpunit/tests/term/taxQuery.php similarity index 99% rename from tests/phpunit/tests/term/query.php rename to tests/phpunit/tests/term/taxQuery.php index 2b717c7cec..85ea44d1c2 100644 --- a/tests/phpunit/tests/term/query.php +++ b/tests/phpunit/tests/term/taxQuery.php @@ -3,7 +3,7 @@ /** * @group taxonomy */ -class Tests_Tax_Query extends WP_UnitTestCase { +class Tests_Term_Tax_Query extends WP_UnitTestCase { protected $q; public function setUp() {