Add unit tests for new classes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -39,7 +39,7 @@ class AttachmentController extends Controller {
|
||||
}
|
||||
|
||||
public function getAll($cardId) {
|
||||
return $this->attachmentService->getAll($cardId);
|
||||
return $this->attachmentService->findAll($cardId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user