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

testGetters() public method

public testGetters ( PaymentExecution $obj )
$obj PayPal\Api\PaymentExecution
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getPayerId(), "TestSample");
        $this->assertEquals($obj->getCarrierAccountId(), "TestSample");
        $this->assertEquals($obj->getTransactions(), array(TransactionTest::getObject()));
    }