예제 #1
0
 public function testUrlValidationForNotifyUrlDeprecated()
 {
     $obj = new MerchantPreferences();
     $obj->setNotifyUrl(null);
     $this->assertNull($obj->getNotifyUrl());
 }