Пример #1
0
 /**
  * Test case
  *
  * @expectedException \Enlight_Exception
  */
 public function testCreateMailWithInvalidTemplateNameShouldThrowException()
 {
     $this->mail->createMail('ThisIsNoTemplateName', array());
 }