From af9a2ca5e5045fa6d431fa32bc66a3cc51611b2c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 27 Dec 2013 19:02:55 +0000 Subject: [PATCH] Add @ticket reference. see #26627. git-svn-id: https://develop.svn.wordpress.org/trunk@26873 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/query/taxQuery.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/query/taxQuery.php b/tests/phpunit/tests/query/taxQuery.php index 738d3abfbf..a52c3a7f29 100644 --- a/tests/phpunit/tests/query/taxQuery.php +++ b/tests/phpunit/tests/query/taxQuery.php @@ -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 );