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

testGetters() public method

public testGetters ( PaymentHistory $obj )
$obj PayPal\Api\PaymentHistory
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getPayments(), PaymentTest::getObject());
        $this->assertEquals($obj->getCount(), 123);
        $this->assertEquals($obj->getNextId(), "TestSample");
    }