fix(tests): pass appTitle and appUrl to auth service constructors in tests

This commit is contained in:
aminovfariz
2026-06-05 14:51:47 +02:00
parent acf3229f3f
commit 668a67c094
2 changed files with 6 additions and 2 deletions

View File

@@ -309,7 +309,9 @@ class EmailVerificationServiceTest extends TestCase
$userReadRepository,
$userWriteRepository,
$emailVerificationRepository,
$mailService
$mailService,
'TestApp',
'http://localhost',
);
}
}