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