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:
parent
f043ad7e02
commit
bc6e877446
@ -109,9 +109,6 @@ class Tests_WP_Resource_Hints extends WP_UnitTestCase {
|
|||||||
return $hints;
|
return $hints;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @group foo
|
|
||||||
*/
|
|
||||||
function test_dns_prefetch_styles() {
|
function test_dns_prefetch_styles() {
|
||||||
$expected = "<link rel='dns-prefetch' href='http://fonts.googleapis.com'>\r\n" .
|
$expected = "<link rel='dns-prefetch' href='http://fonts.googleapis.com'>\r\n" .
|
||||||
"<link rel='preconnect' href='http://s.w.org'>\r\n";
|
"<link rel='preconnect' href='http://s.w.org'>\r\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user