mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
bootstrap test for isGranted
This commit is contained in:
@@ -45,10 +45,10 @@ trait PrepareUserTrait
|
||||
* ```
|
||||
* array(
|
||||
* array( 'center' => $centerA, 'permissionsGroup' => array(
|
||||
* [ 'role' => 'CHILL_REPORT_SEE', 'scope' => $scopeA]
|
||||
* 'role' => 'CHILL_REPORT_SEE', 'scope' => $scopeA
|
||||
* ),
|
||||
* array( 'center' => $centerB, 'permissionsGroup' => array(
|
||||
* [ 'role' => 'CHILL_ACTIVITY_UPDATE', 'scope' => $scopeB]
|
||||
* 'role' => 'CHILL_ACTIVITY_UPDATE', 'scope' => $scopeB
|
||||
* )
|
||||
* )
|
||||
* ```
|
||||
|
Reference in New Issue
Block a user