19 declare(strict_types=1);
    33         $domain = $this->getMockBuilder(InternalDomainService::class)->disableOriginalConstructor()->getMock();
    34         $repo = $this->getMockBuilder(InternalRepoServiceInterface::class)->disableOriginalConstructor()->getMock();
    44                 $this->domain = $domain_service;
    45                 $this->glo_id = $glo_ref_id;
    55         $terms = [123, 456, 789];
    57         $manager->setSessionInitialTerms(55, $terms);
    59         $this->assertSame($terms, $manager->getSessionInitialTerms(55));
    65         $terms = [321, 654, 987];
    67         $manager->setSessionTerms(77, $terms);
    69         $this->assertSame($terms, $manager->getSessionTerms(77));
 
testSetSessionInitialTerms()
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct()
Constructor setup ILIAS global object  public. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...