mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
- Fixed codeception test
- Updated the api test suite - Added the script generate.php to automatically generate the test cases for the controllers
This commit is contained in:
@@ -9,6 +9,6 @@ class Kriterien_model extends DB_Model
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'testtool.tbl_kriterien';
|
||||
$this->pk = '';
|
||||
$this->pk = 'kategorie_kurzbz';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user