diff --git a/tests/phpunit/tests/admin/wpCommunityEvents.php b/tests/phpunit/tests/admin/wpCommunityEvents.php index 6dfd4f044af7a..6b8ccc7f9bc99 100644 --- a/tests/phpunit/tests/admin/wpCommunityEvents.php +++ b/tests/phpunit/tests/admin/wpCommunityEvents.php @@ -5,15 +5,9 @@ * @package WordPress * @subpackage UnitTests * @since 4.8.0 - */ - -/** - * Class Tests_Admin_wpCommunityEvents. * * @group admin * @group community-events - * - * @since 4.8.0 */ class Tests_Admin_wpCommunityEvents extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php b/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php index 7f555c4d250f4..c26628d0fe67c 100644 --- a/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php +++ b/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php @@ -5,15 +5,9 @@ * @package WordPress\UnitTests * * @since 5.1.0 - */ - -/** - * Tests_Admin_wpPrivacyRequestsTable class. * * @group admin * @group privacy - * - * @since 5.1.0 */ class Tests_Admin_wpPrivacyRequestsTable extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/ajax/wpAjaxWpPrivacyErasePersonalData.php b/tests/phpunit/tests/ajax/wpAjaxWpPrivacyErasePersonalData.php index 068165b991b58..4f76ea12fb52d 100644 --- a/tests/phpunit/tests/ajax/wpAjaxWpPrivacyErasePersonalData.php +++ b/tests/phpunit/tests/ajax/wpAjaxWpPrivacyErasePersonalData.php @@ -4,12 +4,6 @@ * * @package WordPress\UnitTests * @since 5.2.0 - */ - -/** - * Tests_Ajax_PrivacyExportPersonalData class. - * - * @since 5.2.0 * * @group ajax * @group privacy diff --git a/tests/phpunit/tests/ajax/wpAjaxWpPrivacyExportPersonalData.php b/tests/phpunit/tests/ajax/wpAjaxWpPrivacyExportPersonalData.php index f8e588ff5eafb..51e4cb1391dff 100644 --- a/tests/phpunit/tests/ajax/wpAjaxWpPrivacyExportPersonalData.php +++ b/tests/phpunit/tests/ajax/wpAjaxWpPrivacyExportPersonalData.php @@ -4,12 +4,6 @@ * * @package WordPress\UnitTests * @since 5.2.0 - */ - -/** - * Tests_Ajax_PrivacyExportPersonalData class. - * - * @since 5.2.0 * * @group ajax * @group privacy diff --git a/tests/phpunit/tests/comment/isAvatarCommentType.php b/tests/phpunit/tests/comment/isAvatarCommentType.php index 57ed593b1ba68..f45caae93b2d6 100644 --- a/tests/phpunit/tests/comment/isAvatarCommentType.php +++ b/tests/phpunit/tests/comment/isAvatarCommentType.php @@ -5,15 +5,9 @@ * @package WordPress\UnitTests * * @since 5.1.0 - */ - -/** - * Tests_Comment_IsAvatarCommentType class. * * @group comment * - * @since 5.1.0 - * * @covers ::is_avatar_comment_type */ class Tests_Comment_IsAvatarCommentType extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/functions/doEnclose.php b/tests/phpunit/tests/functions/doEnclose.php index e907f179df032..41ad26a338501 100644 --- a/tests/phpunit/tests/functions/doEnclose.php +++ b/tests/phpunit/tests/functions/doEnclose.php @@ -1,16 +1,11 @@