Add unit tests for new classes

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-17 21:29:35 +02:00
parent 1972edc38d
commit 7ad8080f82
22 changed files with 776 additions and 45 deletions

View File

@@ -39,7 +39,7 @@ class AttachmentController extends Controller {
}
public function getAll($cardId) {
return $this->attachmentService->getAll($cardId);
return $this->attachmentService->findAll($cardId);
}
/**