Changeset 58360 for trunk/tests/phpunit/tests/admin/includesPost.php
- Timestamp:
- 06/07/2024 12:27:59 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesPost.php
r58174 r58360 241 241 $request = array( 242 242 'post_type' => 'post', 243 'post_author' => -1,244 'ping_status' => -1,245 'comment_status' => -1,246 '_status' => -1,243 'post_author' => '-1', 244 'ping_status' => '-1', 245 'comment_status' => '-1', 246 '_status' => '-1', 247 247 'post' => array( $post1, $post2 ), 248 248 ); … … 274 274 275 275 $request = array( 276 'post_format' => -1, // Don't change the post format.277 '_status' => -1,276 'post_format' => '-1', // Don't change the post format. 277 '_status' => '-1', 278 278 'post' => $post_ids, 279 279 ); … … 368 368 $request = array( 369 369 'post_format' => 'aside', 370 '_status' => -1,370 '_status' => '-1', 371 371 'post' => array( self::$post_id ), 372 372 );
Note: See TracChangeset
for help on using the changeset viewer.