Make WordPress Core


Ignore:
Timestamp:
12/04/2017 08:46:56 PM (9 years ago)
Author:
boonebgorges
Message:

Fix incorrect test names from [42364].

See #42771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/category/getCategoryLink.php

    r42364 r42365  
    1818         * @ticket 42771
    1919         */
    20         public function test_should_return_link_for_term_from_another_category_on_primed_cache() {
     20        public function test_should_return_link_for_term_from_another_taxonomy_on_primed_cache() {
    2121                register_taxonomy( 'wptests_tax', 'post' );
    2222
     
    3737         * @ticket 42771
    3838         */
    39         public function test_should_return_link_for_term_from_another_category_on_empty_cache() {
     39        public function test_should_return_link_for_term_from_another_taxonomy_on_empty_cache() {
    4040                register_taxonomy( 'wptests_tax', 'post' );
    4141
Note: See TracChangeset for help on using the changeset viewer.