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

testGetters() public method

public testGetters ( PayPal\Api\RedirectUrls $obj )
$obj PayPal\Api\RedirectUrls
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getReturnUrl(), "http://www.google.com");
        $this->assertEquals($obj->getCancelUrl(), "http://www.google.com");
    }