Beispiel #1
0
 /**
  * @covers Screen::tableName
  * @todo   Implement testTableName().
  */
 public function testTableName()
 {
     $this->assertEquals('tbl_screen', $this->object->tableName());
 }