예제 #1
0
파일: Pop3Test.php 프로젝트: hjr3/zf2
 public function testSingleSize()
 {
     $mail = new Storage\Pop3($this->_params);
     $size = $mail->getSize(2);
     $this->assertEquals(89, $size);
 }