SevenShores\Hubspot\Tests\Integration\Resources\BlogPostsTest::hasBufferedChanges PHP Method

hasBufferedChanges() public method

public hasBufferedChanges ( )
    public function hasBufferedChanges()
    {
        $post = $this->createBlogPost();
        $response = $this->blogPosts->hasBufferedChanges($post->id);
        $this->assertEquals(200, $response->getStatusCode());
        $this->assertFalse($response->has_changes);
    }