SevenShores\Hubspot\Tests\Integration\Resources\KeywordsTest::all PHP Method

all() public method

public all ( )
    public function all()
    {
        $response = $this->keywords->all();
        sleep(1);
        $this->assertEquals(200, $response->getStatusCode());
        $this->assertGreaterThanOrEqual(1, count($response->getData()));
    }