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

getById() public method

public getById ( )
    public function getById()
    {
        $topic = $this->createBlogTopic();
        $response = $this->blogTopics->getById($topic->id);
        $this->assertEquals(200, $response->getStatusCode());
    }