SevenShores\Hubspot\Tests\Integration\Resources\FormsTest::getFields PHP Method

getFields() public method

public getFields ( )
    public function getFields()
    {
        $form = $this->createForm();
        $response = $this->forms->getFields($form->guid);
        $this->assertEquals(200, $response->getStatusCode());
    }