Skip to content

Commit

Permalink
*rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-n-ko committed Oct 17, 2014
1 parent c0b9465 commit b63cdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ZendTest/Mail/Storage/MboxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ public function testFetchTopBody()
}
*/

public function testFetchMessageHeaderLinuxUnix()
public function testFetchMessageUnix()
{
$mail = new Storage\Mbox(array('filename' => $this->_mboxFileUnix, 'messageEOL' => "\n"));

$subject = $mail->getMessage(1)->subject;
$this->assertEquals('Simple Message', $subject);
}
Expand Down

0 comments on commit b63cdb4

Please sign in to comment.