SevenShores\Hubspot\Tests\Integration\Resources\EmailTest::updateSubscription PHP Method

updateSubscription() public method

public updateSubscription ( )
    public function updateSubscription()
    {
        $response = $this->email->updateSubscription(62515, '[email protected]', ['unsubscribeFromAll' => true]);
        $this->assertEquals(200, $response->getStatusCode());
    }