SevenShores\Hubspot\Tests\Integration\Resources\CompanyPropertiesTest::all PHP Method

all() public method

public all ( )
    public function all()
    {
        $response = $this->companyProperties->all();
        $this->assertEquals(200, $response->getStatusCode());
        $this->assertGreaterThanOrEqual(2, count($response->getData()));
    }