3 declare(strict_types=1);
    13     private \ILIAS\Data\Factory 
$f;
    15     private \ILIAS\Data\URI 
$url;
    17     protected function setUp(): void
    20         $this->label = 
'ILIAS Homepage';
    21         $this->url = $this->f->uri(
'https://www.ilias.de');
    26         $link = $this->f->link($this->label, $this->url);
    27         $this->assertInstanceOf(Link::class, $link);
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
testValues(Link $link)
testFactory