summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ActionTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ActionTest.php b/tests/ActionTest.php
index de7f2c9f..ad9a755b 100644
--- a/tests/ActionTest.php
+++ b/tests/ActionTest.php
@@ -8,7 +8,7 @@ use Model\Board;
use Model\Task;
class ActionTest extends Base
-{/*
+{
public function testFetchActions()
{
$action = new Action($this->db, $this->event);
@@ -89,7 +89,7 @@ class ActionTest extends Base
$t1 = $task->getById(1);
$this->assertEquals(4, $t1['column_id']);
$this->assertEquals(0, $t1['is_active']);
- }*/
+ }
public function testExecuteMultipleActions()
{