PayPal\Test\Api\VerifyWebhookSignatureTest::testGetters PHP Метод

testGetters() публичный Метод

public testGetters ( VerifyWebhookSignature $obj )
$obj PayPal\Api\VerifyWebhookSignature
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getAuthAlgo(), "TestSample");
        $this->assertEquals($obj->getCertUrl(), "http://www.google.com");
        $this->assertEquals($obj->getTransmissionId(), "TestSample");
        $this->assertEquals($obj->getTransmissionSig(), "TestSample");
        $this->assertEquals($obj->getTransmissionTime(), "TestSample");
        $this->assertEquals($obj->getWebhookId(), "TestSample");
        $this->assertEquals($obj->getWebhookEvent(), WebhookEventTest::getObject());
    }