mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user