Documentation

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

Methods

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
Return values
mixed

Search results