Class ilObjTestTest.
More...
◆ setUp()
Definition at line 29 of file ilObjTestTest.php.
References ilTestBaseTestCase\addGlobal_filesystem(), ilTestBaseTestCase\addGlobal_ilAccess(), ilTestBaseTestCase\addGlobal_ilAppEventHandler(), ilTestBaseTestCase\addGlobal_ilBench(), ilTestBaseTestCase\addGlobal_ilComponentFactory(), ilTestBaseTestCase\addGlobal_ilComponentRepository(), ilTestBaseTestCase\addGlobal_ilCtrl(), ilTestBaseTestCase\addGlobal_ilDB(), ilTestBaseTestCase\addGlobal_ilErr(), ilTestBaseTestCase\addGlobal_ilias(), ilTestBaseTestCase\addGlobal_ilLog(), ilTestBaseTestCase\addGlobal_ilSetting(), ilTestBaseTestCase\addGlobal_ilUser(), ilTestBaseTestCase\addGlobal_lng(), ilTestBaseTestCase\addGlobal_objDefinition(), and ilTestBaseTestCase\addGlobal_tree().
addGlobal_objDefinition()
addGlobal_ilComponentFactory()
addGlobal_ilComponentRepository()
addGlobal_ilAppEventHandler()
◆ test_instantiateObject_shouldReturnInstance()
| ilObjTestTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 53 of file ilObjTestTest.php.
55 $this->assertInstanceOf(ilObjTest::class, $this->testObj);
◆ testTestId()
| ilObjTestTest::testTestId |
( |
| ) |
|
Definition at line 96 of file ilObjTestTest.php.
98 $this->testObj->setTestId(15);
99 $this->assertEquals(15, $this->testObj->getTestId());
◆ testTmpCopyWizardCopyId()
| ilObjTestTest::testTmpCopyWizardCopyId |
( |
| ) |
|
Definition at line 58 of file ilObjTestTest.php.
60 $this->testObj->setTmpCopyWizardCopyId(12);
61 $this->assertEquals(12, $this->testObj->getTmpCopyWizardCopyId());
◆ $testObj
The documentation for this class was generated from the following file: