Fix unit tests for duedate
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
b350213a01
commit
2063e1d9f4
@@ -52,6 +52,8 @@ class CardTest extends \PHPUnit_Framework_TestCase {
|
||||
'order' => 12,
|
||||
'stackId' => 1,
|
||||
'labels' => null,
|
||||
'duedate' => null,
|
||||
'overdue' => 0,
|
||||
'archived' => false,
|
||||
], $card->jsonSerialize());
|
||||
}
|
||||
@@ -69,6 +71,8 @@ class CardTest extends \PHPUnit_Framework_TestCase {
|
||||
'order' => 12,
|
||||
'stackId' => 1,
|
||||
'labels' => array(),
|
||||
'duedate' => null,
|
||||
'overdue' => 0,
|
||||
'archived' => false,
|
||||
], $card->jsonSerialize());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user