Definition at line 24 of file LSUrlBuilderTest.php.
◆ setUp()
LSUrlBuilderTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 28 of file LSUrlBuilderTest.php.
28 : void
29 {
31 $uri = $data_factory->uri('https://ilias.de/somepath');
33 }
◆ testDataType()
LSUrlBuilderTest::testDataType |
( |
| ) |
|
Definition at line 35 of file LSUrlBuilderTest.php.
35 : void
36 {
37 $this->assertInstanceOf(
ILIAS\Data\URI::class, $this->ub->getURL(
'x'));
38 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
◆ testUrlConcatenation()
LSUrlBuilderTest::testUrlConcatenation |
( |
| ) |
|
◆ $ub
The documentation for this class was generated from the following file: