SevenShores\Hubspot\Tests\Integration\Resources\BlogsTest::all_with_params PHP Method

all_with_params() public method

public all_with_params ( )
    public function all_with_params()
    {
        $response = $this->blogs->all(['limit' => 1]);
        $this->assertEquals(200, $response->getStatusCode());
        $this->assertNotNull($response->objects[0]->created);
    }