Class ilTestTaxonomyTreeTest.
More...
◆ setUp()
ilTestTaxonomyTreeTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 29 of file ilTestTaxonomyTreeTest.php.
33 $db_mock = $this->createMock(ilDBInterface::class);
35 $returnValue->child = 1;
37 ->expects($this->once())
38 ->method(
"fetchObject")
39 ->willReturn($returnValue)
42 $this->setGlobalVariable(
"ilDB", $db_mock);
43 $this->addGlobal_ilAppEventHandler();
◆ test_instantiateObject_shouldReturnInstance()
ilTestTaxonomyTreeTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: