Fix incorrect test names from [42364].

See #42771.

git-svn-id: https://develop.svn.wordpress.org/trunk@42365 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2017-12-04 20:46:56 +00:00
parent e9d828ce41
commit 829d8bb179
1 changed files with 2 additions and 2 deletions

View File

@ -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(