Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6dbb64c4a2
commit
dea011243e
|
@ -133,6 +133,6 @@ class MailerTest extends TestCase {
|
|||
}
|
||||
|
||||
public function testCreateEMailTemplate() {
|
||||
$this->assertSame(EMailTemplate::class, get_class($this->mailer->createEMailTemplate()));
|
||||
$this->assertSame(EMailTemplate::class, get_class($this->mailer->createEMailTemplate('tests.MailerTest')));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue