Ejemplo n.º 1
0
 /**
  * Method to test getTable().
  *
  * @return void
  *
  * @covers Windwalker\DataMapper\AbstractDataMapper::getTable
  */
 public function testGetTable()
 {
     $this->assertEquals('ww_flower', $this->instance->getTable());
 }