PluginTest
extends AbstractServer
in package
Table of Contents
- $plugin : mixed
- $request : mixed
- $response : ResponseMock
- $server : Server
- $tempDir : mixed
- setup() : void
- setUp() : void
- teardown() : void
- testCollectionGet() : mixed
- testCollectionGetIfNoneMatch() : mixed
- Adding the If-None-Match should have 0 effect, but it threw an error.
- testCollectionGetRoot() : mixed
- testGetAsset() : mixed
- testGetAsset404() : mixed
- testGetAssetEscapeBasePath() : mixed
- testGETPassthru() : mixed
- testPostMkCol() : mixed
- testPostNoSabreAction() : mixed
- testPostOtherContentType() : mixed
- getRootNode() : mixed
- deleteTree() : mixed
Properties
$plugin
protected
mixed
$plugin
$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 —setUp()
public
setUp() : void
Return values
void —teardown()
public
teardown() : void
Return values
void —testCollectionGet()
public
testCollectionGet() : mixed
Return values
mixed —testCollectionGetIfNoneMatch()
Adding the If-None-Match should have 0 effect, but it threw an error.
public
testCollectionGetIfNoneMatch() : mixed
Return values
mixed —testCollectionGetRoot()
public
testCollectionGetRoot() : mixed
Return values
mixed —testGetAsset()
public
testGetAsset() : mixed
Return values
mixed —testGetAsset404()
public
testGetAsset404() : mixed
Return values
mixed —testGetAssetEscapeBasePath()
public
testGetAssetEscapeBasePath() : mixed
Return values
mixed —testGETPassthru()
public
testGETPassthru() : mixed
Return values
mixed —testPostMkCol()
public
testPostMkCol() : mixed
Return values
mixed —testPostNoSabreAction()
public
testPostNoSabreAction() : mixed
Return values
mixed —testPostOtherContentType()
public
testPostOtherContentType() : 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