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

testUrlValidationForNotifyUrl() public method

    public function testUrlValidationForNotifyUrl()
    {
        $obj = new CartBase();
        $obj->setNotifyUrl(null);
    }