PHP Class Discogs\Test\ClientTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: ricbra/php-discogs-api

Public Methods

Method Description
testChangeOrder ( )
testCreateListing ( )
testCreateListingValidation ( )
testDeleteListing ( )
testGetArtist ( )
testGetArtistReleases ( )
testGetInventory ( )
testGetLabel ( )
testGetLabelReleases ( )
testGetMaster ( )
testGetMasterVersions ( )
testGetOAuthIdentity ( )
testGetOrder ( )
testGetOrders ( )
testGetRelease ( )
testSearch ( )

Protected Methods

Method Description
createClient ( $mock, GuzzleHttp\Subscriber\History $history )

Method Details

createClient() protected method

protected createClient ( $mock, GuzzleHttp\Subscriber\History $history )
$history GuzzleHttp\Subscriber\History

testChangeOrder() public method

public testChangeOrder ( )

testCreateListing() public method

public testCreateListing ( )

testCreateListingValidation() public method

testDeleteListing() public method

public testDeleteListing ( )

testGetArtist() public method

public testGetArtist ( )

testGetArtistReleases() public method

testGetInventory() public method

public testGetInventory ( )

testGetLabel() public method

public testGetLabel ( )

testGetLabelReleases() public method

testGetMaster() public method

public testGetMaster ( )

testGetMasterVersions() public method

testGetOAuthIdentity() public method

testGetOrder() public method

public testGetOrder ( )

testGetOrders() public method

public testGetOrders ( )

testGetRelease() public method

public testGetRelease ( )

testSearch() public method

public testSearch ( )