PayPal\Test\Api\TemplateDataTest::testUrlValidationForLogoUrl PHP Method

testUrlValidationForLogoUrl() public method

    public function testUrlValidationForLogoUrl()
    {
        $obj = new TemplateData();
        $obj->setLogoUrl(null);
    }