all() public method

Return all forms that have been created in the portal.
See also: http://developers.hubspot.com/docs/methods/forms/v2/get_forms
public all ( ) : Response
return SevenShores\Hubspot\Http\Response
Example #1
0
 /** @test */
 public function all_with_no_params()
 {
     $response = $this->forms->all();
     $this->assertEquals(200, $response->getStatusCode());
 }