We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bb923 commit 650bdb2Copy full SHA for 650bdb2
tests/Unit/Service/Permission/PermissionServiceTest.php
@@ -474,6 +474,7 @@ private function getPermissionServiceWithUser(): PermissionService
474
{
475
return new PermissionService(
476
$this->getEventService(),
477
+ $this->makeEmpty(LanguageServiceInterface::class),
478
new WorkspaceService(
479
$this->makeEmpty(UserResolverInterface::class, [
480
'getUserRoleById' => $this->role,
0 commit comments