ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTestSessionFactoryTest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
28 
29  protected function setUp(): void
30  {
31  global $DIC;
32  parent::setUp();
33  $this->addGlobal_ilUser();
34 
35  $this->testObj = new ilTestSessionFactory(
36  $this->createMock(ilObjTest::class),
37  $DIC['ilDB'],
38  $DIC['ilUser']
39  );
40  }
41 
43  {
44  $this->assertInstanceOf(ilTestSessionFactory::class, $this->testObj);
45  }
46 }
global $DIC
Definition: feed.php:28
Class ilTestBaseClass.
Class ilTestSessionFactoryTest.