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

search_without_query_and_params() public method

    public function search_without_query_and_params()
    {
        $response = $this->blogAuthors->search();
        $this->assertEquals(200, $response->getStatusCode());
    }