Fix tests

This commit is contained in:
Julius Haertl
2016-10-28 10:53:26 +02:00
parent 077cb8ab3c
commit d8217edb82

View File

@@ -39,7 +39,6 @@ class StackTest extends \PHPUnit_Framework_TestCase {
'title' => "My Stack",
'order' => 1,
'boardId' => 1,
'cards' => array(),
], $board->jsonSerialize());
}
public function testJsonSerializeWithCards() {