FileTest
extends TestCase
in package
Table of Contents
- $acl : mixed
- $owner : mixed
- $path : mixed
- $sut : File
- System under test.
- setup() : void
- testGetACL() : mixed
- testGetGroup() : mixed
- testGetOwner() : mixed
- testGetSupportedPrivilegeSet() : mixed
- testSetAcl() : mixed
Properties
$acl
protected
mixed
$acl
= [['privilege' => '{DAV:}read', 'principal' => '{DAV:}authenticated']]
$owner
protected
mixed
$owner
= 'principals/evert'
$path
protected
mixed
$path
= 'foo'
$sut
System under test.
protected
File
$sut
Methods
setup()
public
setup() : void
Return values
void —testGetACL()
public
testGetACL() : mixed
Return values
mixed —testGetGroup()
public
testGetGroup() : mixed
Return values
mixed —testGetOwner()
public
testGetOwner() : mixed
Return values
mixed —testGetSupportedPrivilegeSet()
public
testGetSupportedPrivilegeSet() : mixed
Return values
mixed —testSetAcl()
public
testSetAcl() : mixed