summaryrefslogtreecommitdiff
path: root/tests/units/Base.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-01 18:14:40 -0800
committerFrédéric Guillot <fred@kanboard.net>2014-09-01 18:14:40 -0800
commite4965546543be040da29dc341900fa9511a158be (patch)
treea17cc50c942331204061f220af43df9cce583198 /tests/units/Base.php
parent52f9c82e303189b873dc21142cdcf7f9334ea78c (diff)
Add an automated action to move a task to another project
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r--tests/units/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php
index 0fc0f99e..fad5d074 100644
--- a/tests/units/Base.php
+++ b/tests/units/Base.php
@@ -47,6 +47,7 @@ require_once __DIR__.'/../../app/Action/TaskAssignColorUser.php';
require_once __DIR__.'/../../app/Action/TaskAssignColorCategory.php';
require_once __DIR__.'/../../app/Action/TaskAssignCurrentUser.php';
require_once __DIR__.'/../../app/Action/TaskDuplicateAnotherProject.php';
+require_once __DIR__.'/../../app/Action/TaskMoveAnotherProject.php';
abstract class Base extends PHPUnit_Framework_TestCase
{