示例#1
0
 /**
  * @covers Soliant\SimpleFM\Adapter::getRowsbyrecid
  */
 public function testGetSetRowsbyrecid()
 {
     $value = $this->object->setRowsbyrecid('1876612984689092');
     $this->assertTrue($value instanceof $this->object);
     $this->assertEquals($this->object->getRowsbyrecid(), TRUE);
 }