diff --git a/tests/phpunit/tests/comment/commentForm.php b/tests/phpunit/tests/comment/commentForm.php index eef2e9ac7c008..10b44eaedc94c 100644 --- a/tests/phpunit/tests/comment/commentForm.php +++ b/tests/phpunit/tests/comment/commentForm.php @@ -23,9 +23,9 @@ public function test_default_markup_for_submit_button_and_wrapper() { $form = get_echo( 'comment_form', array( $args, $p ) ); - $button = ''; + $button = ''; $hidden = get_comment_id_fields( $p ); - $this->assertMatchesRegularExpression( '|
\s*' . $button . '\s*' . $hidden . '\s*|', $form ); + $this->assertMatchesRegularExpression( '|
\s*' . $button . '\s*' . $hidden . '\s*|', $form ); }