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

Commit

Permalink
zendframework/zendframework#6634 - adding @group annotation for new…
Browse files Browse the repository at this point in the history
…ly introduced tests
  • Loading branch information
Ocramius committed Dec 11, 2014
1 parent 5bab43d commit 7cec5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Helper/HeadScriptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ public function testNoEscapeTrue()
$this->assertNotContains('//-->', $test);
}

/**
* @group 6634
*/
public function testSupportsCrossOriginAttribute()
{
$this->helper->__invoke()->appendScript(
Expand Down

0 comments on commit 7cec5b3

Please sign in to comment.