From cb099e6362358611f8a1db9ba812320cd1fa7bb9 Mon Sep 17 00:00:00 2001 From: Stephan Kergomard Date: Wed, 18 Dec 2024 08:13:29 +0100 Subject: [PATCH] Test: Fix ilLOTestRun is in Global Namespace See: https://mantis.ilias.de/view.php?id=43268 --- .../ILIAS/Test/src/Results/Presentation/TitlesBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ILIAS/Test/src/Results/Presentation/TitlesBuilder.php b/components/ILIAS/Test/src/Results/Presentation/TitlesBuilder.php index d12969a52f14..260c64086b23 100755 --- a/components/ILIAS/Test/src/Results/Presentation/TitlesBuilder.php +++ b/components/ILIAS/Test/src/Results/Presentation/TitlesBuilder.php @@ -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()); }