From 81df22de238bc36d810b95ad67a4426db095fbab Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 23 Nov 2014 18:23:20 -0500 Subject: Create TaskDuplication model --- tests/units/ActionTaskDuplicateAnotherProjectTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/units/ActionTaskDuplicateAnotherProjectTest.php') diff --git a/tests/units/ActionTaskDuplicateAnotherProjectTest.php b/tests/units/ActionTaskDuplicateAnotherProjectTest.php index bbfa928f..d7f9d2c3 100644 --- a/tests/units/ActionTaskDuplicateAnotherProjectTest.php +++ b/tests/units/ActionTaskDuplicateAnotherProjectTest.php @@ -77,6 +77,7 @@ class ActionTaskDuplicateAnotherProject extends Base // Our event should be executed because we define a different project $action->setParam('column_id', 2); $action->setParam('project_id', 2); + $this->assertTrue($action->hasRequiredCondition($event)); $this->assertTrue($action->execute($event)); // Our task should be assigned to the project 1 -- cgit v1.2.3