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

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

Public Methods

Method Description
all_with_no_params ( )
all_with_params ( )
all_with_params_and_array_access ( )
createOrUpdate ( )
createOrUpdateBatch ( )
delete ( )
getBatchByEmails ( )
getBatchByIds ( )
getBatchByTokens ( )
getByEmail ( )
getById ( )
getByToken ( )
recent ( )
search ( )
setUp ( )
statistics ( )
update ( )

Private Methods

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

Method Details

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

createOrUpdate() public method

public createOrUpdate ( )

createOrUpdateBatch() public method

public createOrUpdateBatch ( )

delete() public method

public delete ( )

getBatchByEmails() public method

public getBatchByEmails ( )

getBatchByIds() public method

public getBatchByIds ( )

getBatchByTokens() public method

public getBatchByTokens ( )

getByEmail() public method

public getByEmail ( )

getById() public method

public getById ( )

getByToken() public method

public getByToken ( )

recent() public method

public recent ( )

setUp() public method

public setUp ( )

statistics() public method

public statistics ( )

update() public method

public update ( )