Unit tests.
More...
Unit tests.
- Author
- Matheus Zych mzych.nosp@m.@dat.nosp@m.abay..nosp@m.de
\
This test was automatically generated.
Definition at line 36 of file QuestionTableTest.php.
◆ setUp()
QuestionTableTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 42 of file QuestionTableTest.php.
47 $this->createMock(UIFactory::class),
48 $this->createMock(UIRenderer::class),
49 $this->createMock(DataFactory::class),
51 $this->createMock(URLBuilder::class),
52 $this->createMock(URLBuilderToken::class),
53 $this->createMock(URLBuilderToken::class),
54 $this->createMock(ilDBInterface::class),
55 $this->createMock(ilLanguage::class),
56 $this->createMock(ilComponentRepository::class),
57 $this->createMock(ilRbacSystem::class),
58 $this->createMock(ilObjUser::class),
59 $this->createMock(TaxonomyService::class),
60 $this->createMock(
ILIAS\Notes\Service::class),
Interface Observer Contains several chained tasks and infos about them.
◆ testConstruct()
QuestionTableTest::testConstruct |
( |
| ) |
|
Definition at line 66 of file QuestionTableTest.php.
68 $this->assertInstanceOf(QuestionTable::class, $this->
object);
◆ $backupGlobals
QuestionTableTest::$backupGlobals = false |
|
protected |
◆ $object
The documentation for this class was generated from the following file: