示例#1
0
 /**
  * @covers Soliant\SimpleFM\Adapter::getSetCommandURLDebug
  */
 public function testGetSetCommandURLDebug()
 {
     $commandURL = '$http://root@127.0.0.1:8080./abc/fmresult.xml?-db=testdb&-lay=tab&A=B&C=D&E=F';
     $value = $this->object->setCommandURLdebug($commandURL);
     $this->assertTrue($value instanceof $this->object);
     $this->assertEquals($this->object->getCommandURLdebug(), $commandURL);
 }