Skip to content

Commit

Permalink
chore: Update class.QtiTestService.php to trigger the CC check
Browse files Browse the repository at this point in the history
Signed-off-by: Héctor Arroyo <[email protected]>
  • Loading branch information
hectoras authored Mar 15, 2024
1 parent 9d7b757 commit 5fef44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/classes/class.QtiTestService.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ public function importMultipleTests(
$report->add(common_report_Report::createFailure($invalidArchiveMsg));
}

// @todo Changing this file should trigger an error in the pipelines due to high CC

// Validate the manifest (well formed XML, valid against the schema).
if ($validPackage === true) {
$folder = $qtiPackageParser->extract();
Expand Down

0 comments on commit 5fef44d

Please sign in to comment.