Skip to content

Commit

Permalink
Test: Fix Namespacing of ilComponentInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Jan 3, 2025
1 parent e246bc4 commit c3d4645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ private function isQuestionTypeAvailable(?string $plugin_name): bool
}

$plugin_slot = !$this->component_repository->getComponentByTypeAndName(
ilComponentInfo::TYPE_MODULES,
\ilComponentInfo::TYPE_MODULES,
'TestQuestionPool'
)->getPluginSlotById('qst');

Expand Down

0 comments on commit c3d4645

Please sign in to comment.