ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTestTopListTest.php
Go to the documentation of this file.
1 <?php
2 
24 {
26 
27  protected function setUp(): void
28  {
29  global $DIC;
30  parent::setUp();
31 
32  $this->addGlobal_lng();
33 
34  $this->testObj = new ilTestTopList($this->createMock(ilObjTest::class), $DIC['ilDB']);
35  }
36 
38  {
39  $this->assertInstanceOf(ilTestTopList::class, $this->testObj);
40  }
41 }
test_instantiateObject_shouldReturnInstance()
global $DIC
Definition: feed.php:28
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilTestTopList $testObj
Class ilTestBaseClass.