PHP Class SevenShores\Hubspot\Tests\Integration\Resources\ContactListsTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: fungku/hubspot-php

Public Methods

Method Description
addContact ( )
all_with_no_params ( )
all_with_params ( )
all_with_params_and_array_access ( )
contacts ( )
delete ( )
getAllDynamic ( )
getAllStatic ( )
getBatchByIds ( )
getById ( )
recentContacts ( )
refresh ( )
removeContact ( )
setUp ( )
update ( )

Private Methods

Method Description
createList ( ) * Lots of tests need an existing object to modify.

Method Details

addContact() public method

public addContact ( )

all_with_no_params() public method

public all_with_no_params ( )

all_with_params() public method

public all_with_params ( )

all_with_params_and_array_access() public method

contacts() public method

public contacts ( )

delete() public method

public delete ( )

getAllDynamic() public method

public getAllDynamic ( )

getAllStatic() public method

public getAllStatic ( )

getBatchByIds() public method

public getBatchByIds ( )

getById() public method

public getById ( )

recentContacts() public method

public recentContacts ( )

refresh() public method

public refresh ( )

removeContact() public method

public removeContact ( )

setUp() public method

public setUp ( )

update() public method

public update ( )