PayPal\Test\Api\InvoiceItemTest::testUrlValidationForImageUrl PHP Method

testUrlValidationForImageUrl() public method

    public function testUrlValidationForImageUrl()
    {
        $obj = new InvoiceItem();
        $obj->setImageUrl(null);
    }