ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilTestSequenceTest.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 ilTestSequence(
32 $this->createMock(ilDBInterface::class),
33 0,
34 0,
35 $this->createMock(\ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class)
36 );
37 }
38
40 {
41 $this->assertInstanceOf(ilTestSequence::class, $this->testObj);
42 }
43}
Class ilTestBaseClass.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilTestSequence $testObj
Test sequence handler.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.