ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ACLMethodTest.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAVACL;
4 
5 use Sabre\DAV;
6 use Sabre\HTTP;
7 
9 
13  function testCallback() {
14 
15  $acl = new Plugin();
16  $server = new DAV\Server();
17  $server->addPlugin(new DAV\Auth\Plugin());
18  $server->addPlugin($acl);
19 
20  $acl->httpAcl($server->httpRequest, $server->httpResponse);
21 
22  }
23 
28 
71 
97