示例#1
0
 /**
  * @covers Soliant\SimpleFM\Adapter::getDbname
  */
 public function testGetSetDbname()
 {
     $test = $this->object->setDbname('test');
     $this->assertTrue($test instanceof $this->object);
     $this->assertEquals($this->object->getDbname(), 'test');
 }