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

    public function all_with_search()
    {
        $response = $this->keywords->all('marketing');
        sleep(1);
        $this->assertEquals(200, $response->getStatusCode());
    }