19 declare(strict_types=1);
29 private \ILIAS\Data\Factory
$f;
31 private \ILIAS\Data\URI
$url;
33 protected function setUp(): void
36 $this->label =
'ILIAS Homepage';
37 $this->url = $this->f->uri(
'https://www.ilias.de');
42 $link = $this->f->link($this->label, $this->url);
43 $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