|
@@ -9,7 +9,9 @@ class TaskModelTest extends Todo_TestCase {
|
9
|
9
|
*/
|
10
|
10
|
protected $tables = array(
|
11
|
11
|
'todo_group' => 'todo_group',
|
|
12
|
+ 'todo_status' => 'todo_status',
|
12
|
13
|
'todo_category' => 'todo_category',
|
|
14
|
+ 'todo_priority' => 'todo_priority',
|
13
|
15
|
'todo_user' => 'todo_user',
|
14
|
16
|
'todo_item' => 'todo_item',
|
15
|
17
|
'todo_checklist' => 'todo_checklist',
|
|
@@ -18,7 +20,6 @@ class TaskModelTest extends Todo_TestCase {
|
18
|
20
|
'todo_group_task_link' => 'todo_group_task_link',
|
19
|
21
|
'todo_user_task_link' => 'todo_user_task_link',
|
20
|
22
|
'todo_reminder' => 'todo_reminder',
|
21
|
|
-
|
22
|
23
|
);
|
23
|
24
|
|
24
|
25
|
public function setUp()
|