From ed2962f7e657b79976d4ca298a0cad4eca3fe439 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Mar 2014 23:28:12 -0400 Subject: Uncomment unit test --- tests/ActionTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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() { -- cgit v1.2.3