From 0d4b6525dd86f837eb9e931e48a92fc6a0033e11 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 9 Sep 2014 07:13:48 +0200 Subject: The color is not mandatory for task creation through the API --- tests/units/TaskTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/units/TaskTest.php b/tests/units/TaskTest.php index 1269352e..3d1a5e49 100644 --- a/tests/units/TaskTest.php +++ b/tests/units/TaskTest.php @@ -21,6 +21,7 @@ class TaskTest extends Base $this->assertEquals(1, $task['id']); $this->assertEquals(1, $task['column_id']); $this->assertEquals(1, $task['position']); + $this->assertEquals('yellow', $task['color_id']); $this->assertEquals(time(), $task['date_creation']); $this->assertEquals(time(), $task['date_modification']); -- cgit v1.2.3