PayPal\Test\Api\CartBaseTest::testUrlValidationForOrderUrl PHP Method

testUrlValidationForOrderUrl() public method

    public function testUrlValidationForOrderUrl()
    {
        $obj = new CartBase();
        $obj->setOrderUrl(null);
    }