Changeset 52389 for trunk/tests/phpunit/tests/post/revisions.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/revisions.php
r52095 r52389 18 18 public function set_up() { 19 19 parent::set_up(); 20 $this->post_type = rand_str( 20 );20 $this->post_type = 'test-revision'; 21 21 } 22 22 … … 447 447 'post_status' => 'publish', 448 448 'ID' => $post_id, 449 'post_content' => rand_str(),449 'post_content' => 'content', 450 450 ) 451 451 );
Note: See TracChangeset
for help on using the changeset viewer.