Class ilTestRandomQuestionSetPoolDeriverTest.
More...
◆ setUp()
ilTestRandomQuestionSetPoolDeriverTest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 29 of file ilTestRandomQuestionSetPoolDeriverTest.php.
29 : void
30 {
31 parent::setUp();
32
34 $this->createMock(ilDBInterface::class),
35 $this->createMock(ilComponentRepository::class),
36 $this->getMockBuilder(ilObjTest::class)->disableOriginalConstructor()->getMock(),
37 $this->createMock(ilTestRandomQuestionSetSourcePoolDefinitionList::class),
38 2,
39 125
40 );
41 }
◆ test_instantiateObject_shouldReturnInstance()
ilTestRandomQuestionSetPoolDeriverTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ $test_obj
The documentation for this class was generated from the following file: