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

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->companyProperties = new CompanyProperties(new Client(['key' => 'demo']));
        sleep(1);
    }