Beispiel #1
0
 public function testMapperShouldSetTableName()
 {
     $this->assertEquals('*PREFIX*table', $this->mapper->getTableName());
 }