19declare(strict_types=1);
21use PHPUnit\Framework\TestCase;
37 protected function setUp(): void
39 $structure_artifact = require __DIR__ .
'/../Data/Structure/test_ctrl_structure.php';
40 $base_class_artifact = require __DIR__ .
'/../Data/Structure/test_base_classes.php';
59 $this->cid_path = $cid_path;
Class ilCtrlAbstractPath.
Class ilCtrlPathTestBase.
ilCtrlStructureInterface $structure
getPath(?string $cid_path=null)
Class ilCtrlStructure holds the currently read control structure.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc