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

getById() public method

public getById ( )
    public function getById()
    {
        $author = $this->createBlogAuthor();
        $response = $this->blogAuthors->getById($author->id);
        $this->assertEquals(200, $response->getStatusCode());
    }