PayPal\Test\Api\WebhookListTest::testGetters PHP Method

testGetters() public method

public testGetters ( WebhookList $obj )
$obj PayPal\Api\WebhookList
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getWebhooks(), WebhookTest::getObject());
    }