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
This commit is contained in:
Dominik Schilling 2016-07-04 19:28:25 +00:00
parent f043ad7e02
commit bc6e877446
1 changed files with 0 additions and 3 deletions

View File

@ -109,9 +109,6 @@ class Tests_WP_Resource_Hints extends WP_UnitTestCase {
return $hints;
}
/**
* @group foo
*/
function test_dns_prefetch_styles() {
$expected = "<link rel='dns-prefetch' href='http://fonts.googleapis.com'>\r\n" .
"<link rel='preconnect' href='http://s.w.org'>\r\n";