From 2cda32690295deda2fd87e69b188ecd55c717043 Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Wed, 20 Jul 2016 14:06:44 +0000 Subject: [PATCH] Tests: Include the `check_comment` function tests in the comment group. Adds `@group comment` notation to the `Tests_Comment_CheckComment` class. Introduced in [32519]. Props gma992. Fixes #37356. git-svn-id: https://develop.svn.wordpress.org/trunk@38114 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/comment/checkComment.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/comment/checkComment.php b/tests/phpunit/tests/comment/checkComment.php index 576b83871a..904d5c8399 100644 --- a/tests/phpunit/tests/comment/checkComment.php +++ b/tests/phpunit/tests/comment/checkComment.php @@ -1,5 +1,8 @@