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

update() public method

public update ( )
    public function update()
    {
        $topic = $this->createBlogTopic();
        $response = $this->blogTopics->update($topic->id, ['name' => 'Topic Test ' . uniqid() . ' Updated', 'description' => 'Topic Test ' . uniqid() . ' Description Updated']);
        $this->assertEquals(200, $response->getStatusCode());
    }