Skip to content

Commit

Permalink
Test: Fix ilLOTestRun is in Global Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Dec 18, 2024
1 parent a8cd7c8 commit cb099e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private function isQualifyingTestPerObjective(): bool
return true;
}

private function getObjectiveTitle(ilLOTestRun $loRun)
private function getObjectiveTitle(\ilLOTestRun $loRun)
{
return \ilCourseObjective::lookupObjectiveTitle($loRun->getObjectiveId());
}
Expand Down

0 comments on commit cb099e6

Please sign in to comment.