/** * Test case * * @expectedException \Enlight_Exception */ public function testCreateMailWithInvalidTemplateNameShouldThrowException() { $this->mail->createMail('ThisIsNoTemplateName', array()); }