Definition at line 5 of file FileTest.php.
◆ setUp()
Sabre\DAVACL\FS\FileTest::setUp |
( |
| ) |
|
Definition at line 24 of file FileTest.php.
26 $this->sut =
new File($this->path, $this->acl, $this->owner);
◆ testGetACL()
Sabre\DAVACL\FS\FileTest::testGetACL |
( |
| ) |
|
◆ testGetGroup()
Sabre\DAVACL\FS\FileTest::testGetGroup |
( |
| ) |
|
◆ testGetOwner()
Sabre\DAVACL\FS\FileTest::testGetOwner |
( |
| ) |
|
◆ testGetSupportedPrivilegeSet()
Sabre\DAVACL\FS\FileTest::testGetSupportedPrivilegeSet |
( |
| ) |
|
Definition at line 65 of file FileTest.php.
68 $this->sut->getSupportedPrivilegeSet()
◆ testSetAcl()
Sabre\DAVACL\FS\FileTest::testSetAcl |
( |
| ) |
|
Definition at line 59 of file FileTest.php.
61 $this->sut->setACL([]);
◆ $acl
Sabre\DAVACL\FS\FileTest::$acl |
|
protected |
Initial value:= [
[
'privilege' => '{DAV:}read',
'principal' => '{DAV:}authenticated'
Definition at line 15 of file FileTest.php.
◆ $owner
Sabre\DAVACL\FS\FileTest::$owner = 'principals/evert' |
|
protected |
◆ $path
Sabre\DAVACL\FS\FileTest::$path = 'foo' |
|
protected |
◆ $sut
Sabre\DAVACL\FS\FileTest::$sut |
|
protected |
The documentation for this class was generated from the following file:
- libs/composer/vendor/sabre/dav/tests/Sabre/DAVACL/FS/FileTest.php