add test batches
This commit is contained in:
@@ -35,7 +35,7 @@ class UserRoleServiceTest extends TestCase
|
||||
'can_manage' => 0,
|
||||
]);
|
||||
|
||||
$service = new UserRoleService;
|
||||
$service = new UserRoleService();
|
||||
$roleIds = $service->getRoleIds(5);
|
||||
|
||||
$this->assertTrue($service->hasPermissionForCrud($roleIds, 'manage_students', 'read'));
|
||||
|
||||
Reference in New Issue
Block a user