Add more unit testing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-06-08 19:35:44 +02:00
parent 57f74c98db
commit 19a90809f9
12 changed files with 317 additions and 10 deletions
+1
View File
@@ -44,6 +44,7 @@ class CardServiceTest extends TestCase {
private $boardService;
public function setUp() {
parent::setUp();
$this->cardMapper = $this->getMockBuilder(CardMapper::class)
->disableOriginalConstructor()->getMock();
$this->stackMapper = $this->getMockBuilder(StackMapper::class)