From ec6a089f986f34a92568ac527f86f33f60fa83c2 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 30 Nov 2017 16:22:15 +0000 Subject: [PATCH] Tests: Fix a couple of weirdly formatted comments. See #41057. git-svn-id: https://develop.svn.wordpress.org/trunk@42342 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/ajax/DeleteComment.php | 6 +++--- tests/phpunit/tests/ajax/DimComment.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/phpunit/tests/ajax/DeleteComment.php b/tests/phpunit/tests/ajax/DeleteComment.php index f88453a805..8ca5df69ff 100644 --- a/tests/phpunit/tests/ajax/DeleteComment.php +++ b/tests/phpunit/tests/ajax/DeleteComment.php @@ -46,9 +46,9 @@ class Tests_Ajax_DeleteComment extends WP_Ajax_UnitTestCase { $this->_last_response = ''; } - /***********************************************************/ - /** Test prototype - /***********************************************************/ + /* + * Test prototype + */ /** * Test as a privilged user (administrator) diff --git a/tests/phpunit/tests/ajax/DimComment.php b/tests/phpunit/tests/ajax/DimComment.php index b3930200b4..6869cf5f4a 100644 --- a/tests/phpunit/tests/ajax/DimComment.php +++ b/tests/phpunit/tests/ajax/DimComment.php @@ -40,9 +40,9 @@ class Tests_Ajax_DimComment extends WP_Ajax_UnitTestCase { $this->_last_response = ''; } - /***********************************************************/ - /** Test prototype - /***********************************************************/ + /* + * Test prototype + */ /** * Test as a privilged user (administrator)