Class ilTestSequenceFactoryTest.
More...
◆ setUp()
ilTestSequenceFactoryTest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 29 of file ilTestSequenceFactoryTest.php.
29 : void
30 {
31 parent::setUp();
32
34 $this->getMockBuilder(ilObjTest::class)->disableOriginalConstructor()->getMock(),
35 $this->createMock(ilDBInterface::class),
36 $this->createMock(\
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class)
37 );
38 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
◆ test_instantiateObject_shouldReturnInstance()
ilTestSequenceFactoryTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: