4use PHPUnit\Framework\TestCase;
13 protected function setUp() : void
15 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
16 ilUnitUtil::performInitialisation();
24 include_once(
"./setup/classes/class.ilObjDefReader.php");
26 "./Services/Object/test/testmodule.xml",
31 $def_reader->deleteObjectDefinition(
"xx1");
32 $def_reader->startParsing();
34 $this->assertEquals(
"",
$result);
An exception for terminatinating execution or to throw for unit testing.
Component definition reader (reads common tags in module.xml and service.xml files) Name is misleadin...
@group needsInstalledILIAS
testObjDefinitionReader()
@group IL_Init