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:
Sergey Biryukov 2013-12-27 19:02:55 +00:00
parent 51756ce0e1
commit af9a2ca5e5
1 changed files with 3 additions and 0 deletions

View File

@ -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 );