Пример #1
0
 public function testClose()
 {
     $mail = new Storage\Maildir(array('dirname' => $this->_maildir));
     try {
         $mail->close();
     } catch (\Exception $e) {
         $this->fail('exception raised while closing maildir');
     }
 }
Пример #2
0
 public function testClose()
 {
     $mail = new Storage\Maildir(array('dirname' => $this->_maildir));
     $mail->close();
 }