◆ setUp()
  
  
      
        
          | ILIAS\Test\Tests\ExportFixedQuestionSetTest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Definition at line 32 of file ExportFixedQuestionSetTest.php.
References $DIC.
   37         $this->addGlobal_ilErr();
    38         $this->addGlobal_ilias();
    39         $this->addGlobal_resourceStorage();
    41         $this->testObj = 
new ExportFixedQuestionSet(
    42             $this->createMock(\
ILIAS\Language\Language::class),
    43             $this->createMock(\ilDBInterface::class),
    44             $this->createMock(\ilBenchmark::class),
    45             $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class),
    46             $this->createMock(\ilTree::class),
    47             $this->createMock(\ilComponentRepository::class),
    48             $this->createMock(\
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
    49             $this->createMock(\
ILIAS\FileDelivery\Services::class),
    50             $this->createMock(\ilObjTest::class),
    51             $DIC[
'resource_storage']
 Interface Observer  Contains several chained tasks and infos about them. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
 
 
 
◆ test_instantiateObject_shouldReturnInstance()
      
        
          | ILIAS\Test\Tests\ExportFixedQuestionSetTest::test_instantiateObject_shouldReturnInstance  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ $testObj
The documentation for this class was generated from the following file: