Changeset 52389 for trunk/tests/phpunit/tests/post/meta.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/meta.php
r52010 r52389 24 24 'post_author' => self::$author->ID, 25 25 'post_status' => 'publish', 26 'post_content' => rand_str(),27 'post_title' => rand_str(),26 'post_content' => 'content', 27 'post_title' => 'title', 28 28 ) 29 29 ); … … 33 33 'post_author' => self::$author->ID, 34 34 'post_status' => 'publish', 35 'post_content' => rand_str(),36 'post_title' => rand_str(),35 'post_content' => 'content', 36 'post_title' => 'title', 37 37 ) 38 38 );
Note: See TracChangeset
for help on using the changeset viewer.