Skip to content

Commit beebded

Browse files
committed
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
1 parent 2aebf33 commit beebded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @group taxonomy
55
*/
6-
class Tests_Tax_Query extends WP_UnitTestCase {
6+
class Tests_Term_Tax_Query extends WP_UnitTestCase {
77
protected $q;
88

99
public function setUp() {

0 commit comments

Comments
 (0)