Home
last modified time | relevance | path

Searched refs:acls (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dauth_loadacl.test.php21 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));
[all …]