Fix EmailProviderTest mocking unexisting method

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36521/head
Joas Schilling 1 year ago
parent 2b57b173fe
commit 5747c37d46
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC

@ -306,7 +306,7 @@ class EmailProviderTest extends AbstractNotificationProviderTest {
]);
$this->l10nFactory
->method('findGenericLanguage')
->method('findLanguage')
->willReturn('en');
$this->l10nFactory

Loading…
Cancel
Save