Class ilAssessmentFolderLogAdministrationTableGUITest.  
 More...
◆ setUp()
  
  
      
        
          | ilAssessmentFolderLogAdministrationTableGUITest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Definition at line 30 of file ilAssessmentFolderLogAdministrationTableGUITest.php.
References ilTestBaseTestCase\setGlobalVariable().
   34         $lng_mock = $this->createMock(ilLanguage::class);
    35         $ctrl_mock = $this->createMock(ilCtrl::class);
    37                   ->method(
"getFormAction")
    38                   ->willReturnCallback(
function () {
    39                       return "testFormAction";
    45         $this->
setGlobalVariable(
"component.repository", $this->createMock(ilComponentRepository::class));
    46         $component_factory = $this->createMock(ilComponentFactory::class);
    47         $component_factory->method(
"getActivePluginsInSlot")->willReturn(
new ArrayIterator());
    50         $this->parentObj_mock = $this->getMockBuilder(ilObjAssessmentFolderGUI::class)->disableOriginalConstructor()->onlyMethods([
'getObject'])->getMock();
    51         $this->parentObj_mock->method(
'getObject')->willReturn($this->createMock(ilObjTest::class));
 
setGlobalVariable(string $name, $value)
 
 
 
 
◆ test_instantiateObject_shouldReturnInstance()
      
        
          | ilAssessmentFolderLogAdministrationTableGUITest::test_instantiateObject_shouldReturnInstance  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testNumericOrdering()
      
        
          | ilAssessmentFolderLogAdministrationTableGUITest::testNumericOrdering  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ $parentObj_mock
◆ $tableGui
The documentation for this class was generated from the following file: