Skip to content

Commit 46206ff

Browse files
committed
fixup! feat(ocp): add email address validator
Signed-off-by: Daniel Kesselberg <[email protected]>
1 parent b6e68cb commit 46206ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lib/Mail/MailerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ public function testEvents(): void {
183183
$this->urlGenerator,
184184
$this->l10n,
185185
$this->dispatcher,
186-
$this->createMock(IFactory::class)
186+
$this->createMock(IFactory::class),
187+
$this->createMock(IEmailValidator::class),
187188
]
188189
)
189190
->getMock();

0 commit comments

Comments
 (0)