Tests the Link Datatype.
More...
Tests the Link Datatype.
Definition at line 11 of file LinkTest.php.
◆ setUp()
Definition at line 17 of file LinkTest.php.
20 $this->label =
'ILIAS Homepage';
21 $this->url = $this->f->uri(
'https://www.ilias.de');
◆ testFactory()
DataLinkTest::testFactory |
( |
| ) |
|
Definition at line 24 of file LinkTest.php.
26 $link = $this->f->link($this->label, $this->url);
27 $this->assertInstanceOf(Link::class, $link);
A Link is the often used combination of a label and an URL.
◆ 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: