◆ setUp()
  
  
      
        
          | ilKSDocumentationGotoLinkTest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ testConstruct()
      
        
          | ilKSDocumentationGotoLinkTest::testConstruct  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testGenerateGotoLink()
      
        
          | ilKSDocumentationGotoLinkTest::testGenerateGotoLink  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 39 of file ilKSDocumentationGotoLinkTest.php.
   41         $link = $this->goto_link->generateGotoLink(
'nodeId', 
'skinId', 
'styleId');
    42         $this->assertEquals(
'nodeId/skinId/styleId', $link);
  
 
 
◆ testRedirectWithGotoLink()
      
        
          | ilKSDocumentationGotoLinkTest::testRedirectWithGotoLink  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 45 of file ilKSDocumentationGotoLinkTest.php.
References $params.
   47         $ctrl_observer = $this->getMockBuilder(ilCtrl::class)->disableOriginalConstructor()->onlyMethods([
    48             'setParameterByClass',
    50             'getLinkTargetByClass'    54         $ctrl_observer->expects($this->once())
    55                       ->method(
'getLinkTargetByClass')
    57                           'ilAdministrationGUI',
    58                           'ilObjStyleSettingsGUI',
    59                           'ilSystemStyleMainGUI',
    60                           'ilSystemStyleDocumentationGUI'    63         $params = [
'something', 
'something', 
'something', 
'nodeId', 
'skinId', 
'styleId'];
 if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
 
 
 
 
◆ $goto_link
The documentation for this class was generated from the following file: