PHP 클래스 fkooman\RemoteStorage\RemoteStorageServiceTest

상속: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: fkooman/php-remote-storage

공개 메소드들

메소드 설명
setUp ( )
testDeleteDocument ( )
testDeleteNonExistingDocument ( )
testDeleteNonMatchingVersion ( )
testGetDocument ( )
testGetFolder ( )
testGetNonExistingDocument ( )
testGetNonExistingFolder ( )
testGetSameVersionDocument ( )
testGetSameVersionFolder ( )
testPreflight ( )
testPutDocument ( )
testPutNonMatchingVersion ( )
testStripQuotes ( )
testWebFinger ( )

비공개 메소드들

메소드 설명
getDeleteRequest ( $urlPath, array $h = [] )
getGetRequest ( $urlPath, array $h = [] )
getPutRequest ( $urlPath, array $h = [] )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testDeleteDocument() 공개 메소드

public testDeleteDocument ( )

testDeleteNonExistingDocument() 공개 메소드

testDeleteNonMatchingVersion() 공개 메소드

testGetDocument() 공개 메소드

public testGetDocument ( )

testGetFolder() 공개 메소드

public testGetFolder ( )

testGetNonExistingDocument() 공개 메소드

testGetNonExistingFolder() 공개 메소드

testGetSameVersionDocument() 공개 메소드

testGetSameVersionFolder() 공개 메소드

testPreflight() 공개 메소드

public testPreflight ( )

testPutDocument() 공개 메소드

public testPutDocument ( )

testPutNonMatchingVersion() 공개 메소드

testStripQuotes() 공개 메소드

public testStripQuotes ( )

testWebFinger() 공개 메소드

public testWebFinger ( )