예제 #1
0
 public function testClose()
 {
     $mail = new Zend_Mail_Mbox(array('filename' => $this->_mboxFile));
     try {
         $mail->close();
     } catch (Exception $e) {
         $this->fail('exception raised while closing mbox file');
     }
 }