Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 1a1ee83

Browse files
committed
Added group annotation for new test
1 parent af4a5d3 commit 1a1ee83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Helper/HeadScriptTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,9 @@ public function testOmitsTypeAttributeIfEmptyValueAndHtml5Doctype()
492492
$this->assertNotContains('type', $test);
493493
}
494494

495+
/**
496+
* @group 22
497+
*/
495498
public function testSupportsAsyncAttribute()
496499
{
497500
$this->helper->__invoke()->appendScript(

0 commit comments

Comments
 (0)