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

all_with_params_and_array_access() public method

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