Class ilObjTestTest.
More...
◆ setUp()
Definition at line 30 of file ilObjTestTest.php.
34 $this->addGlobal_ilErr();
35 $this->addGlobal_ilLog();
36 $this->addGlobal_ilSetting();
37 $this->addGlobal_ilAppEventHandler();
38 $this->addGlobal_filesystem();
39 $this->addGlobal_ilComponentFactory();
◆ test_instantiateObject_shouldReturnInstance()
ilObjTestTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 44 of file ilObjTestTest.php.
46 $this->assertInstanceOf(ilObjTest::class, $this->testObj);
◆ testTestId()
ilObjTestTest::testTestId |
( |
| ) |
|
Definition at line 56 of file ilObjTestTest.php.
59 $this->testObj->setTestId($a_id);
60 $this->assertEquals($a_id, $this->testObj->getTestId());
◆ testTmpCopyWizardCopyId()
ilObjTestTest::testTmpCopyWizardCopyId |
( |
| ) |
|
Definition at line 49 of file ilObjTestTest.php.
51 $tmpCopyWizardCopyId = 12;
52 $this->testObj->setTmpCopyWizardCopyId($tmpCopyWizardCopyId);
53 $this->assertEquals($tmpCopyWizardCopyId, $this->testObj->getTmpCopyWizardCopyId());
◆ $testObj
The documentation for this class was generated from the following file: