SevenShores\Hubspot\Tests\Integration\Resources\ContactPropertiesTest::get PHP Method

get() public method

public get ( )
    public function get()
    {
        $property = $this->createProperty();
        $response = $this->contactProperties->get($property->name);
        $this->assertEquals(200, $response->getStatusCode());
    }