Changeset 42365
- Timestamp:
- 12/04/2017 08:46:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category/getCategoryLink.php
r42364 r42365 18 18 * @ticket 42771 19 19 */ 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() { 21 21 register_taxonomy( 'wptests_tax', 'post' ); 22 22 … … 37 37 * @ticket 42771 38 38 */ 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() { 40 40 register_taxonomy( 'wptests_tax', 'post' ); 41 41
Note: See TracChangeset
for help on using the changeset viewer.