We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5dd7a commit 438380cCopy full SHA for 438380c
tests/phpunit/tests/post.php
@@ -826,7 +826,7 @@ public function test_use_block_editor_for_post() {
826
*/
827
public function test_wp_insert_post_handle_malformed_post_date( $input, $expected ) {
828
$post = array(
829
- 'post_author' => self::$editor_id,
+ 'post_author' => self::$user_ids['editor'],
830
'post_status' => 'publish',
831
'post_content' => 'content',
832
'post_title' => 'title',
0 commit comments