diff options
Diffstat (limited to 'tests/units/ActionTaskDuplicateAnotherProjectTest.php')
-rw-r--r-- | tests/units/ActionTaskDuplicateAnotherProjectTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 |