19 declare(strict_types=1);
29 protected function setUp(): void
33 $this->addGlobal_ilDB();
34 $this->addGlobal_ilias();
35 $this->addGlobal_ilErr();
36 $this->addGlobal_tree();
37 $this->addGlobal_ilLog();
38 $this->addGlobal_ilAppEventHandler();
39 $this->addGlobal_objDefinition();
46 $this->assertInstanceOf(ilObjTestVerification::class, $this->testObj);
ilObjTestVerification $testObj
test_instantiateObject_shouldReturnInstance()
Class ilObjTestVerificationTest.