- Timestamp:
- 05/14/2023 05:56:26 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/getTheAuthorPostsLink.php
r55754 r55755 80 80 unset( $GLOBALS['authordata'] ); 81 81 } 82 83 /** 84 * @ticket 58157 85 */ 86 public function test_get_the_author_posts_link_should_return_empty_string_if_authordata_is_not_set() { 87 unset( $GLOBALS['authordata'] ); 88 89 $this->assertSame( '', get_the_author_posts_link() ); 90 } 82 91 }
Note: See TracChangeset
for help on using the changeset viewer.