PHP Class fkooman\RemoteStorage\RemoteStorageServiceTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: fkooman/php-remote-storage

Méthodes publiques

Méthode Description
setUp ( )
testDeleteDocument ( )
testDeleteNonExistingDocument ( )
testDeleteNonMatchingVersion ( )
testGetDocument ( )
testGetFolder ( )
testGetNonExistingDocument ( )
testGetNonExistingFolder ( )
testGetSameVersionDocument ( )
testGetSameVersionFolder ( )
testPreflight ( )
testPutDocument ( )
testPutNonMatchingVersion ( )
testStripQuotes ( )
testWebFinger ( )

Private Methods

Méthode Description
getDeleteRequest ( $urlPath, array $h = [] )
getGetRequest ( $urlPath, array $h = [] )
getPutRequest ( $urlPath, array $h = [] )

Method Details

setUp() public méthode

public setUp ( )

testDeleteDocument() public méthode

public testDeleteDocument ( )

testDeleteNonExistingDocument() public méthode

testDeleteNonMatchingVersion() public méthode

testGetDocument() public méthode

public testGetDocument ( )

testGetFolder() public méthode

public testGetFolder ( )

testGetNonExistingDocument() public méthode

testGetNonExistingFolder() public méthode

testGetSameVersionDocument() public méthode

testGetSameVersionFolder() public méthode

testPreflight() public méthode

public testPreflight ( )

testPutDocument() public méthode

public testPutDocument ( )

testPutNonMatchingVersion() public méthode

testStripQuotes() public méthode

public testStripQuotes ( )

testWebFinger() public méthode

public testWebFinger ( )