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

getFieldByName() public method

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