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

Commit

Permalink
zendframework/zendframework#6775 - adding @group annotations for ne…
Browse files Browse the repository at this point in the history
…wly introduced tests
  • Loading branch information
Ocramius committed Dec 31, 2014
1 parent 14ba047 commit 165caa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Storage/MboxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ public function testFetchTopBody()
}
*/

/**
* @group 6775
*/
public function testFetchMessageHeaderUnix()
{
$mail = new Storage\Mbox(array('filename' => $this->getUnixMboxFile(), 'messageEOL' => "\n"));
Expand All @@ -185,6 +188,9 @@ public function testFetchMessageBody()
$this->assertEquals('Fair river! in thy bright, clear flow', trim($content));
}

/**
* @group 6775
*/
public function testFetchMessageBodyUnix()
{
$mail = new Storage\Mbox(array('filename' => $this->getUnixMboxFile(), 'messageEOL' => "\n"));
Expand Down

0 comments on commit 165caa9

Please sign in to comment.