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
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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(),
]
)
);
}
Loading