diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-10 16:21:47 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-10 16:21:47 +0200 |
commit | 28ff8dad91c9e3c25f6a3b5398ae15f2a1ef95cd (patch) | |
tree | 0cecc5cbb6e7e6795dd032cc6a5703cd88b8770e /tests/units | |
parent | 9bde377bbe85617dde280af985e033cf7de61803 (diff) |
Add subtasks and comments history
Diffstat (limited to 'tests/units')
-rw-r--r-- | tests/units/Base.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php index c1702c61..c566ce9a 100644 --- a/tests/units/Base.php +++ b/tests/units/Base.php @@ -43,7 +43,10 @@ require_once __DIR__.'/../../app/Model/Action.php'; require_once __DIR__.'/../../app/Model/Category.php'; require_once __DIR__.'/../../app/Model/SubTask.php'; require_once __DIR__.'/../../app/Model/File.php'; +require_once __DIR__.'/../../app/Model/BaseHistory.php'; require_once __DIR__.'/../../app/Model/TaskHistory.php'; +require_once __DIR__.'/../../app/Model/SubtaskHistory.php'; +require_once __DIR__.'/../../app/Model/CommentHistory.php'; require_once __DIR__.'/../../app/Action/Base.php'; require_once __DIR__.'/../../app/Action/TaskClose.php'; |