Skip to content

Commit

Permalink
Test user groups a bit more extensively
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Mar 25, 2020
1 parent 632f6c8 commit 1561561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _test/acl.test.php
Expand Up @@ -28,14 +28,18 @@ public function dataACL()
'user_name',
[
'987654_matching',
'non-matching-group',
'123456_matching',
],
[
'customers:$1:* @(\d{6})_.* 4',
'customers:$1:secret:* @(\d{6})_.* 0',
],
[
'customers:987654:* user%5fname 4',
'customers:123456:* user%5fname 4',
'customers:987654:secret:* user%5fname 0',
'customers:123456:secret:* user%5fname 0',
],
],
[
Expand Down

0 comments on commit 1561561

Please sign in to comment.