Esempio n. 1
0
 public function testNoop()
 {
     $mail = new Storage\Imap($this->_params);
     try {
         $mail->noop();
     } catch (\Exception $e) {
         $this->fail('exception raised while doing nothing (noop)');
     }
 }
Esempio n. 2
0
 public function testNoop()
 {
     $mail = new Storage\Imap($this->_params);
     $mail->noop();
 }