Changeset 55755 for trunk/tests/phpunit/tests/user/getTheAuthorMeta.php
- Timestamp:
- 05/14/2023 05:56:26 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/getTheAuthorMeta.php
r55754 r55755 62 62 } 63 63 64 public function test_get_the_author_meta_no_authordata() { 64 /** 65 * @ticket 20529 66 * @ticket 58157 67 */ 68 public function test_get_the_author_meta_should_return_empty_string_if_authordata_is_not_set() { 65 69 unset( $GLOBALS['authordata'] ); 66 70
Note: See TracChangeset
for help on using the changeset viewer.