19 declare(strict_types=1);
29 protected function setUp(): void
55 $this->assertInstanceOf(ilObjTest::class, $this->testObj);
60 $this->testObj->setTmpCopyWizardCopyId(12);
61 $this->assertEquals(12, $this->testObj->getTmpCopyWizardCopyId());
98 $this->testObj->setTestId(15);
99 $this->assertEquals(15, $this->testObj->getTestId());
addGlobal_objDefinition()
test_instantiateObject_shouldReturnInstance()
addGlobal_ilComponentFactory()
addGlobal_ilComponentRepository()
testTmpCopyWizardCopyId()
addGlobal_ilAppEventHandler()