예제 #1
0
 public function test_mail()
 {
     Transports::config(array('default' => array('test' => array('adapter' => 'PhpMail'))));
     $mailer = Transports::adapter('default');
     $this->assert($mailer);
     $transport = $mailer->getTransport();
     $this->assert($transport);
 }