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

all_with_no_params() public method

public all_with_no_params ( )
    public function all_with_no_params()
    {
        $response = $this->forms->all();
        $this->assertEquals(200, $response->getStatusCode());
    }