Skip to content
Snippets Groups Projects

Unit tests and coding standards

Merged Erick Hitter requested to merge fix/2-phpcs-phpunit into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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(),
]
);
Loading