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:
parent
2aebf33f9d
commit
beebded867
@ -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() {
|
Loading…
Reference in New Issue
Block a user