PHP Class DropboxTest

Inheritance: extends PHPUnit_Framework_Testcase
Show file Open project: tijsverkoyen/dropbox

Public Methods

Method Description
testAccountInfo ( ) Tests Dropbox->accountInfo()
testCopyRef ( ) Tests Dropbox->copyRef()
testDelta ( ) Tests Dropbox->delta()
testFileopsCopy ( ) Tests Dropbox->fileopsCopy()
testFileopsCreateFolder ( ) Tests Dropbox->fileopsCreateFolder()
testFileopsMove ( ) Tests Dropbox->fileopsMove()
testFilesGet ( ) Tests Dropbox->filesGet()
testGetTimeOut ( ) Tests Dropbox->getTimeOut()
testGetUserAgent ( ) Tests Dropbox->getUserAgent()
testMedia ( ) Tests Dropbox->media()
testMetadata ( ) Tests Dropbox->metadata()
testOAuthRequestToken ( ) Tests Dropbox->oAuthRequestToken()
testRestore ( ) Tests Dropbox->restore()
testRevisions ( ) Tests Dropbox->revisions()
testSearch ( ) Tests Dropbox->search()
testShares ( ) Tests Dropbox->shares()
testThumbnails ( ) Tests Dropbox->thumbnails()

Protected Methods

Method Description
setUp ( ) Prepares the environment before running a test.
tearDown ( ) Cleans up the environment after running a test.

Private Methods

Method Description
isDir ( $item ) Check if an item is a directory
isFile ( $item ) Check if an item is a file

Method Details

setUp() protected method

Prepares the environment before running a test.
protected setUp ( )

tearDown() protected method

Cleans up the environment after running a test.
protected tearDown ( )

testAccountInfo() public method

Tests Dropbox->accountInfo()
public testAccountInfo ( )

testCopyRef() public method

Tests Dropbox->copyRef()
public testCopyRef ( )

testDelta() public method

Tests Dropbox->delta()
public testDelta ( )

testFileopsCopy() public method

Tests Dropbox->fileopsCopy()
public testFileopsCopy ( )

testFileopsCreateFolder() public method

Tests Dropbox->fileopsCreateFolder()

testFileopsMove() public method

Tests Dropbox->fileopsMove()
public testFileopsMove ( )

testFilesGet() public method

Tests Dropbox->filesGet()
public testFilesGet ( )

testGetTimeOut() public method

Tests Dropbox->getTimeOut()
public testGetTimeOut ( )

testGetUserAgent() public method

Tests Dropbox->getUserAgent()
public testGetUserAgent ( )

testMedia() public method

Tests Dropbox->media()
public testMedia ( )

testMetadata() public method

Tests Dropbox->metadata()
public testMetadata ( )

testOAuthRequestToken() public method

Tests Dropbox->oAuthRequestToken()

testRestore() public method

Tests Dropbox->restore()
public testRestore ( )

testRevisions() public method

Tests Dropbox->revisions()
public testRevisions ( )

testSearch() public method

Tests Dropbox->search()
public testSearch ( )

testShares() public method

Tests Dropbox->shares()
public testShares ( )

testThumbnails() public method

Tests Dropbox->thumbnails()
public testThumbnails ( )