fix gitlab tests
This commit is contained in:
@@ -34,7 +34,7 @@ class PermissionCheckServiceTest extends TestCase
|
||||
'can_read' => 1,
|
||||
]);
|
||||
|
||||
$service = new PermissionCheckService;
|
||||
$service = new PermissionCheckService();
|
||||
|
||||
$this->assertTrue($service->hasPermission(10, 'edit_students'));
|
||||
$this->assertFalse($service->hasPermission(10, 'missing_perm'));
|
||||
|
||||
Reference in New Issue
Block a user