diff --git a/_test/acl.test.php b/_test/acl.test.php index 4178528..a976d3e 100644 --- a/_test/acl.test.php +++ b/_test/acl.test.php @@ -28,6 +28,8 @@ public function dataACL() 'user_name', [ '987654_matching', + 'non-matching-group', + '123456_matching', ], [ 'customers:$1:* @(\d{6})_.* 4', @@ -35,7 +37,9 @@ public function dataACL() ], [ 'customers:987654:* user%5fname 4', + 'customers:123456:* user%5fname 4', 'customers:987654:secret:* user%5fname 0', + 'customers:123456:secret:* user%5fname 0', ], ], [