diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-09 23:28:12 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-09 23:28:12 -0400 |
commit | ed2962f7e657b79976d4ca298a0cad4eca3fe439 (patch) | |
tree | 97d2cef9ddbe1a960ee881f5bb8473fac3400517 /tests | |
parent | 5f79db8308abefd8f16f535dd82f056592a539f9 (diff) |
Uncomment unit test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ActionTest.php | 4 |
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() { |