Stabilize service suite hygiene

This commit is contained in:
2026-03-19 20:35:15 +01:00
parent b873efc973
commit ae74fc3251
3 changed files with 28 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ class MailServiceTest extends TestCase
->method('markFailed')
->with(
$this->identicalTo(5),
$this->isType('string'),
$this->isString(),
);
$service = $this->newService(mailLogRepository: $mailLogRepository);