19 declare(strict_types=1);
30 protected function setUp(): void
46 $this->assertInstanceOf(ilObjTest::class, $this->testObj);
51 $tmpCopyWizardCopyId = 12;
52 $this->testObj->setTmpCopyWizardCopyId($tmpCopyWizardCopyId);
53 $this->assertEquals($tmpCopyWizardCopyId, $this->testObj->getTmpCopyWizardCopyId());
59 $this->testObj->setTestId($a_id);
60 $this->assertEquals($a_id, $this->testObj->getTestId());
addGlobal_ilAppEventHandler()
addGlobal_ilComponentFactory()
test_instantiateObject_shouldReturnInstance()
testTmpCopyWizardCopyId()