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

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

Public Methods

Method Description
all ( )
create ( )
createGroup ( )
delete ( )
deleteGroup ( )
get ( )
getAllGroups ( )
setUp ( )
update ( )
updateGroup ( )

Private Methods

Method Description
createCompanyProperty ( ) : Response Creates a new company property
createCompanyPropertyGroup ( ) : Response Creates a new company property group.

Method Details

all() public method

public all ( )

create() public method

public create ( )

createGroup() public method

public createGroup ( )

delete() public method

public delete ( )

deleteGroup() public method

public deleteGroup ( )

get() public method

public get ( )

getAllGroups() public method

public getAllGroups ( )

setUp() public method

public setUp ( )

update() public method

public update ( )

updateGroup() public method

public updateGroup ( )