ServerTest
extends AbstractServer
in package
Table of Contents
- $request : mixed
- $response : ResponseMock
- $server : Server
- $tempDir : mixed
- setup() : void
- teardown() : void
- testCopy() : mixed
- testDelete() : mixed
- testDeleteDirectory() : mixed
- testGet() : mixed
- testHEAD() : mixed
- testMkcol() : mixed
- testMove() : mixed
- testMoveOtherObject() : mixed
- This test checks if it's possible to move a non-FSExt collection into a FSExt collection.
- testOptions() : mixed
- testPut() : mixed
- testPutAlreadyExists() : mixed
- testPutUpdate() : mixed
- getRootNode() : mixed
- deleteTree() : mixed
Properties
$request
protected
mixed
$request
$response
protected
ResponseMock
$response
$server
protected
Server
$server
$tempDir
protected
mixed
$tempDir
= SABRE_TEMPDIR
Methods
setup()
public
setup() : void
Return values
void —teardown()
public
teardown() : void
Return values
void —testCopy()
public
testCopy() : mixed
Return values
mixed —testDelete()
public
testDelete() : mixed
Return values
mixed —testDeleteDirectory()
public
testDeleteDirectory() : mixed
Return values
mixed —testGet()
public
testGet() : mixed
Return values
mixed —testHEAD()
public
testHEAD() : mixed
Return values
mixed —testMkcol()
public
testMkcol() : mixed
Return values
mixed —testMove()
public
testMove() : mixed
Return values
mixed —testMoveOtherObject()
This test checks if it's possible to move a non-FSExt collection into a FSExt collection.
public
testMoveOtherObject() : mixed
The moveInto function should ignore the object and let sabredav itself execute the slow move.
Return values
mixed —testOptions()
public
testOptions() : mixed
Return values
mixed —testPut()
public
testPut() : mixed
Return values
mixed —testPutAlreadyExists()
public
testPutAlreadyExists() : mixed
Return values
mixed —testPutUpdate()
public
testPutUpdate() : mixed
Return values
mixed —getRootNode()
protected
getRootNode() : mixed
Return values
mixed —deleteTree()
private
deleteTree(mixed $path[, mixed $deleteRoot = true ]) : mixed
Parameters
- $path : mixed
- $deleteRoot : mixed = true