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

Commit

Permalink
zendframework/zendframework#6657 - adding docblock annotation for cha…
Browse files Browse the repository at this point in the history
…nged test
  • Loading branch information
Ocramius committed Dec 30, 2014
1 parent ffe8c20 commit a8b5fcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/HeadersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ public function testHeadersFromStringFactoryHandlesMissingWhitespace()
$this->assertEquals('foo-bar', $header->getFieldValue());
}

/**
* @group 6657
*/
public function testHeadersFromStringFactoryCreatesSingleObjectWithContinuationLine()
{
$headers = Mail\Headers::fromString("Fake: foo-bar,\r\n blah-blah");
Expand Down

0 comments on commit a8b5fcf

Please sign in to comment.