示例#1
0
 /**
  * @covers Soliant\SimpleFM\Adapter::getFmpxmllayoutUri
  */
 public function testGetSetFmpxmllayoutUri()
 {
     $value = $this->object->setFmpxmllayoutUri('./abc/fmlayout.xml');
     $this->assertTrue($value instanceof $this->object);
     $this->assertEquals($this->object->getFmpxmllayoutUri(), './abc/fmlayout.xml');
 }