SevenShores\Hubspot\Tests\Integration\Resources\BlogAuthorsTest::search_with_query_and_without_params PHP Метод

search_with_query_and_without_params() публичный Метод

    public function search_with_query_and_without_params()
    {
        $response = $this->blogAuthors->search('john-smith');
        $this->assertEquals(200, $response->getStatusCode());
    }