diff --git a/tests/phpunit/tests/category/getCategoryLink.php b/tests/phpunit/tests/category/getCategoryLink.php index 49115ac608..a69b522f26 100644 --- a/tests/phpunit/tests/category/getCategoryLink.php +++ b/tests/phpunit/tests/category/getCategoryLink.php @@ -17,7 +17,7 @@ class Tests_Category_GetCategoryLink extends WP_UnitTestCase { /** * @ticket 42771 */ - public function test_should_return_link_for_term_from_another_category_on_primed_cache() { + public function test_should_return_link_for_term_from_another_taxonomy_on_primed_cache() { register_taxonomy( 'wptests_tax', 'post' ); $t = self::factory()->term->create( array( @@ -36,7 +36,7 @@ class Tests_Category_GetCategoryLink extends WP_UnitTestCase { /** * @ticket 42771 */ - public function test_should_return_link_for_term_from_another_category_on_empty_cache() { + public function test_should_return_link_for_term_from_another_taxonomy_on_empty_cache() { register_taxonomy( 'wptests_tax', 'post' ); $t = self::factory()->term->create( array(