mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Bugfixes/tasks list
This commit is contained in:
@@ -23,9 +23,10 @@ class ParentRoleHelperTest extends KernelTestCase
|
||||
|
||||
$parentRoles = $this->parentRoleHelper->getParentRoles(PersonVoter::SEE);
|
||||
|
||||
$this->assertCount(2, $parentRoles);
|
||||
$this->assertCount(3, $parentRoles);
|
||||
$this->assertContains(PersonVoter::CREATE, $parentRoles);
|
||||
$this->assertContains(PersonVoter::UPDATE, $parentRoles);
|
||||
$this->assertContains(PersonVoter::SEE, $parentRoles);
|
||||
}
|
||||
|
||||
public function testIsRoleReached()
|
||||
|
Reference in New Issue
Block a user