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

PHPCS

parent a703ed79
No related branches found
No related tags found
1 merge request!3Unit tests and coding standards
Pipeline #1055 passed with stages
in 3 minutes and 33 seconds
......@@ -72,10 +72,10 @@ class TestHooks extends WP_UnitTestCase {
for ( $i = 0; $i < $iterations; $i++ ) {
wp_update_post(
[
array(
'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