PayPal\Test\Api\WebhookListTest::testGetters PHP Méthode

testGetters() public méthode

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