From bc6e877446408397273826613219f4f192d391ab Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 4 Jul 2016 19:28:25 +0000 Subject: [PATCH] Unit Tests: Remove `@group foo` annotation from `Tests_WP_Resource_Hints::test_dns_prefetch_styles()`. git-svn-id: https://develop.svn.wordpress.org/trunk@37951 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/general/resourceHints.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/phpunit/tests/general/resourceHints.php b/tests/phpunit/tests/general/resourceHints.php index 5f0dc354d1..351e6df917 100644 --- a/tests/phpunit/tests/general/resourceHints.php +++ b/tests/phpunit/tests/general/resourceHints.php @@ -109,9 +109,6 @@ class Tests_WP_Resource_Hints extends WP_UnitTestCase { return $hints; } - /** - * @group foo - */ function test_dns_prefetch_styles() { $expected = "\r\n" . "\r\n";