Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6dbb64c4a2
commit
dea011243e
1 changed files with 1 additions and 1 deletions
|
@ -133,6 +133,6 @@ class MailerTest extends TestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testCreateEMailTemplate() {
|
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 a new issue