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

Commit

Permalink
zendframework/zendframework#6491 - adding @group annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Aug 6, 2014
1 parent 736a850 commit e23e54e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Header/ContentTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ public function testContentTypeToStringReturnsHeaderFormattedString()
$this->assertEquals("Content-Type: foo/bar", $contentTypeHeader->toString());
}

/**
* @group 6491
*/
public function testTrailingSemiColonFromString()
{
$contentTypeHeader = ContentType::fromString(
Expand Down

0 comments on commit e23e54e

Please # to comment.