Skip to content

Commit

Permalink
#44 - adding @group annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 18, 2014
1 parent c3d70df commit 3157ff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Doctrine/Tests/Common/Annotations/DocLexerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ public function testScannerTokenizesDocBlockWhitInvalidIdentifier()
$this->assertFalse($lexer->moveNext());
}

/**
* @group 44
*/
public function testWithinDoubleQuotesVeryVeryLongStringWillNotOverflowPregSplitStackLimit()
{
$lexer = new DocLexer();
Expand Down

0 comments on commit 3157ff8

Please sign in to comment.