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
This commit is contained in:
Boone Gorges 2016-06-11 03:26:07 +00:00
parent 2aebf33f9d
commit beebded867
1 changed files with 1 additions and 1 deletions

View File

@ -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() {