diff --git a/tests/test-hooks.php b/tests/test-hooks.php index b38534b098f10670e18476ed6973669044d82ba9..0f4eb7b4e733201ba59b8a5c3eeb42d931d04289 100755 --- a/tests/test-hooks.php +++ b/tests/test-hooks.php @@ -73,7 +73,7 @@ class TestHooks extends WP_UnitTestCase { for ( $i = 0; $i < $iterations; $i++ ) { wp_update_post( [ - 'ID' => $post_id, + 'ID' => $post_id, 'post_content' => wp_rand(), ] );