summaryrefslogtreecommitdiff
path: root/tests/Base.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-11 21:12:53 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-11 21:12:53 -0400
commitc0ab45110688d698c1038d203017fda2385c5142 (patch)
tree57427ded9c096d3a558980b1b32de6e1b3242b62 /tests/Base.php
parent66c7cf0caa5802c825e3f511158bb719cf82cafa (diff)
Add unit test for the "task close" action
Diffstat (limited to 'tests/Base.php')
-rw-r--r--tests/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Base.php b/tests/Base.php
index 6efb92e5..98dbf1b9 100644
--- a/tests/Base.php
+++ b/tests/Base.php
@@ -11,6 +11,7 @@ require_once __DIR__.'/../models/project.php';
require_once __DIR__.'/../models/user.php';
require_once __DIR__.'/../models/board.php';
require_once __DIR__.'/../models/action.php';
+require_once __DIR__.'/../actions/task_close.php';
abstract class Base extends PHPUnit_Framework_TestCase
{