19 declare(strict_types=1);
24 require_once __DIR__ .
"/../../../../vendor/composer/vendor/autoload.php";
35 protected function setUp(): void
40 if (!defined(
"ILIAS_LOG_ENABLED")) {
41 define(
"ILIAS_LOG_ENABLED",
false);
46 $db_mock = $this->createMock(ilDBInterface::class);
47 $db_mock->method(
"fetchAssoc")
49 $this->onConsecutiveCalls(
51 "component" =>
"components/ILIAS/EventHandling",
52 "id" =>
"MyTestComponent" 65 $this->createMock(ilSetting::class)
67 $component_repository = $this->createMock(ilComponentRepository::class);
69 "component.repository",
72 $component_factory = $this->createMock(ilComponentFactory::class);
90 $DIC[$name] =
static function (
Container $c) use ($value) {
101 $logger = $this->createMock(ilLogger::class);
113 $this->expectException(ilEventHandlingTestException::class);
116 "components/ILIAS/EventHandling",
Test clipboard repository.
Customizing of pimple-DIC for ILIAS.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setGlobalVariable(string $name, $value)