Changeset 49974 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 01/18/2021 03:26:29 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r49603 r49974 404 404 $post = array( 405 405 'post_author' => self::$editor_id, 406 'post_status' => 'publi c',406 'post_status' => 'publish', 407 407 'post_content' => rand_str(), 408 408 'post_title' => rand_str(), … … 786 786 $post_data = array( 787 787 'post_author' => self::$editor_id, 788 'post_status' => 'publi c',788 'post_status' => 'publish', 789 789 'post_content' => rand_str(), 790 790 'post_title' => $title, … … 972 972 array( 973 973 'post_author' => self::$editor_id, 974 'post_status' => 'publi c',974 'post_status' => 'publish', 975 975 'post_content' => rand_str(), 976 976 'post_title' => rand_str(), … … 990 990 array( 991 991 'post_author' => self::$editor_id, 992 'post_status' => 'publi c',992 'post_status' => 'publish', 993 993 'post_content' => rand_str(), 994 994 'post_title' => rand_str(), … … 1011 1011 array( 1012 1012 'post_author' => self::$editor_id, 1013 'post_status' => 'publi c',1013 'post_status' => 'publish', 1014 1014 'post_content' => rand_str(), 1015 1015 'post_title' => rand_str(), … … 1033 1033 array( 1034 1034 'post_author' => self::$editor_id, 1035 'post_status' => 'publi c',1035 'post_status' => 'publish', 1036 1036 'post_content' => rand_str(), 1037 1037 'post_title' => rand_str(),
Note: See TracChangeset
for help on using the changeset viewer.