Fix tests
This commit is contained in:
@@ -39,7 +39,6 @@ class StackTest extends \PHPUnit_Framework_TestCase {
|
|||||||
'title' => "My Stack",
|
'title' => "My Stack",
|
||||||
'order' => 1,
|
'order' => 1,
|
||||||
'boardId' => 1,
|
'boardId' => 1,
|
||||||
'cards' => array(),
|
|
||||||
], $board->jsonSerialize());
|
], $board->jsonSerialize());
|
||||||
}
|
}
|
||||||
public function testJsonSerializeWithCards() {
|
public function testJsonSerializeWithCards() {
|
||||||
|
|||||||
Reference in New Issue
Block a user