Add an automated action to move a task to another project

This commit is contained in:
Frédéric Guillot
2014-09-01 18:14:40 -08:00
parent 52f9c82e30
commit e496554654
4 changed files with 177 additions and 25 deletions

View File

@@ -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
{