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

testGetters() public method

public testGetters ( PayPal\Api\AgreementTransactions $obj )
$obj PayPal\Api\AgreementTransactions
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getAgreementTransactionList(), AgreementTransactionTest::getObject());
    }