Changeset 52389 for trunk/tests/phpunit/tests/user/author.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/author.php
r52010 r52389 27 27 'post_author' => self::$author_id, 28 28 'post_status' => 'publish', 29 'post_content' => rand_str(),30 'post_title' => rand_str(),29 'post_content' => 'content', 30 'post_title' => 'title', 31 31 'post_type' => 'post', 32 32 )
Note: See TracChangeset
for help on using the changeset viewer.