ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilTestServiceTest.php
Go to the documentation of this file.
1 <?php
2 
24 {
26 
27  protected function setUp(): void
28  {
29  parent::setUp();
30 
31  $this->testObj = new ilTestService(
32  $this->getTestObjMock(),
33  $this->createMock(ilDBInterface::class),
34  $this->createMock(\ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class)
35  );
36  }
37 
39  {
40  $this->assertInstanceOf(ilTestService::class, $this->testObj);
41  }
42 }
ilTestService $testObj
Interface Observer Contains several chained tasks and infos about them.
Service class for tests.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
test_instantiateObject_shouldReturnInstance()