Skip to content
Snippets Groups Projects
Commit a703ed79 authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS

parent 7670551f
No related branches found
No related tags found
1 merge request!3Unit tests and coding standards
Pipeline #1054 canceled with stages
in 48 seconds
......@@ -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(),
]
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment