Skip to content

Close all documents once in TestDocumentController::cleanup()

Igor Kushnir requested to merge work/clean-up-test_documentcontroller into master

DocumentController::cleanup() contains exactly the same loop as the one that precedes a call to it in TestDocumentController::cleanup(). Remove the redundant explicit loop from the test.

Merge request reports