PayPal\Test\Functional\Api\WebhookFunctionalTest::testDelete PHP Method

testDelete() public method

public testDelete ( $webhook )
$webhook Webhook
    public function testDelete($webhook)
    {
        $result = $webhook->delete($this->apiContext, $this->mockPayPalRestCall);
        $this->assertTrue($result);
    }