SevenShores\Hubspot\Tests\Integration\Resources\BlogAuthorsTest::search_with_query_and_without_params PHP Method

search_with_query_and_without_params() public method

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