Lines Matching refs:acls
21 function auth_loadACL_testwrapper($acls) { argument
26 file_put_contents($config_cascade['acl']['default'],$acls);
37 $acls = <<<ACL
41 $this->assertEquals($expect, $this->auth_loadACL_testwrapper($acls));
45 $acls = <<<ACL
51 $this->assertEquals($expect, $this->auth_loadACL_testwrapper($acls));
55 $acls = <<<ACL
62 $this->assertEquals($expect, $this->auth_loadACL_testwrapper($acls));
66 $acls = <<<ACL
76 $this->assertEquals($expect, $this->auth_loadACL_testwrapper($acls));
113 $acls = <<<ACL
125 $this->assertEquals($expect, $this->auth_loadACL_testwrapper($acls));