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

create() public method

public create ( )
    public function create()
    {
        sleep(1);
        $response = $this->createCompanyProperty();
        $this->assertEquals(200, $response->getStatusCode());
        $this->assertEquals('Custom property', $response['label']);
    }