diff options
Diffstat (limited to 'tests/CommentTest.php')
-rw-r--r-- | tests/CommentTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CommentTest.php b/tests/CommentTest.php index 52652711..8c7cce26 100644 --- a/tests/CommentTest.php +++ b/tests/CommentTest.php @@ -1,6 +1,6 @@ <?php -require_once __DIR__.'/base.php'; +require_once __DIR__.'/Base.php'; use Model\Task; use Model\Project; |