예제 #1
0
파일: MessageTest.php 프로젝트: rexmac/zf2
 public function testToplines()
 {
     $message = new Message(array('headers' => file_get_contents($this->_file)));
     $this->assertTrue(strpos($message->getToplines(), 'multipart message') === 0);
 }