Fixed Broken Unit Tests

This commit is contained in:
Andreas Österreicher
2018-02-16 11:43:59 +01:00
parent 2ec77ad9bd
commit 1e4fc86be5
8 changed files with 0 additions and 114 deletions
@@ -1,14 +0,0 @@
<?php
class Scrumteam_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'fue.tbl_scrumteam';
$this->pk = 'scrumteam_kurzbz';
}
}