Tests the Link Datatype.
More...
Tests the Link Datatype.
Definition at line 27 of file LinkTest.php.
◆ setUp()
Definition at line 33 of file LinkTest.php.
36 $this->label =
'ILIAS Homepage';
37 $this->url = $this->f->uri(
'https://www.ilias.de');
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ testFactory()
DataLinkTest::testFactory |
( |
| ) |
|
Definition at line 40 of file LinkTest.php.
42 $link = $this->f->link($this->label, $this->url);
43 $this->assertInstanceOf(Link::class, $link);
◆ testValues()
DataLinkTest::testValues |
( |
Link |
$link | ) |
|
◆ $f
ILIAS Data Factory DataLinkTest::$f |
|
private |
◆ $label
string DataLinkTest::$label |
|
private |
◆ $url
ILIAS Data URI DataLinkTest::$url |
|
private |
The documentation for this class was generated from the following file: