Definition at line 36 of file ilCommonSetupAgentTest.php.
 
◆ setUp()
  
  
      
        
          | ILIAS\Tests\Setup\ilCommonSetupAgentTest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ testExecuteClosure()
      
        
          | ILIAS\Tests\Setup\ilCommonSetupAgentTest::testExecuteClosure  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 59 of file ilCommonSetupAgentTest.php.
   61         $objectiveConstructor = $this->testObj->getNamedObjectives(
new NullConfig())[
"registerNICKey"];
    62         $closureResult = $objectiveConstructor->create();
    63         $this->assertInstanceOf(Objective::class, $closureResult);
  
 
 
◆ testGetNamedObjectives()
      
        
          | ILIAS\Tests\Setup\ilCommonSetupAgentTest::testGetNamedObjectives  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 51 of file ilCommonSetupAgentTest.php.
   53         $this->assertArrayHasKey(
    55             $this->testObj->getNamedObjectives(
new NullConfig())
  
 
 
◆ $testObj
The documentation for this class was generated from the following file: