From 829d8bb179e95917bba48365ba953cb1c96dd070 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 4 Dec 2017 20:46:56 +0000 Subject: [PATCH] Fix incorrect test names from [42364]. See #42771. git-svn-id: https://develop.svn.wordpress.org/trunk@42365 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/category/getCategoryLink.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(