createMock(IAppConfig::class); $appConfig->method('getValueString') ->with('core', 'enforce_strict_email_check', 'yes') ->willReturn('yes'); return new EmailValidator($appConfig); } }