Definition at line 7 of file HomeCollectionTest.php.
◆ setUp()
Sabre\DAVACL\FS\HomeCollectionTest::setUp |
( |
| ) |
|
◆ tearDown()
Sabre\DAVACL\FS\HomeCollectionTest::tearDown |
( |
| ) |
|
◆ testGetACL()
Sabre\DAVACL\FS\HomeCollectionTest::testGetACL |
( |
| ) |
|
Definition at line 82 of file HomeCollectionTest.php.
86 'principal' =>
'{DAV:}authenticated',
87 'privilege' =>
'{DAV:}read',
◆ testGetChild()
Sabre\DAVACL\FS\HomeCollectionTest::testGetChild |
( |
| ) |
|
Definition at line 46 of file HomeCollectionTest.php.
48 $child = $this->sut->getChild(
'user1');
49 $this->assertInstanceOf(
'Sabre\\DAVACL\\FS\\Collection', $child);
50 $this->assertEquals(
'user1', $child->getName());
52 $owner =
'principals/user1';
55 'privilege' =>
'{DAV:}all',
56 'principal' =>
'{DAV:}owner',
61 $this->assertEquals($acl, $child->getACL());
62 $this->assertEquals($owner, $child->getOwner());
◆ testGetGroup()
Sabre\DAVACL\FS\HomeCollectionTest::testGetGroup |
( |
| ) |
|
◆ testGetName()
Sabre\DAVACL\FS\HomeCollectionTest::testGetName |
( |
| ) |
|
◆ testGetOwner()
Sabre\DAVACL\FS\HomeCollectionTest::testGetOwner |
( |
| ) |
|
◆ testGetSupportedPrivilegeSet()
Sabre\DAVACL\FS\HomeCollectionTest::testGetSupportedPrivilegeSet |
( |
| ) |
|
◆ testSetAcl()
Sabre\DAVACL\FS\HomeCollectionTest::testSetAcl |
( |
| ) |
|
◆ $name
Sabre\DAVACL\FS\HomeCollectionTest::$name = 'thuis' |
|
protected |
◆ $path
Sabre\DAVACL\FS\HomeCollectionTest::$path |
|
protected |
◆ $sut
Sabre\DAVACL\FS\HomeCollectionTest::$sut |
|
protected |
The documentation for this class was generated from the following file: