mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Add @ticket reference. see #26627.
git-svn-id: https://develop.svn.wordpress.org/trunk@26873 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
51756ce0e1
commit
af9a2ca5e5
@ -110,6 +110,9 @@ class Tests_Query_TaxQuery extends WP_UnitTestCase {
|
||||
$this->assertEquals( get_queried_object(), $this->cat );
|
||||
}
|
||||
|
||||
/**
|
||||
* @ticket 26627
|
||||
*/
|
||||
function test_cat_uncat_action_tax() {
|
||||
// category with tax added
|
||||
add_action( 'pre_get_posts', array( $this, '_cat_uncat_action_tax' ), 11 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user