3use PHPUnit\Framework\TestCase;
11 $uri = $data_factory->uri(
'http://ilias.de/somepath');
17 $this->assertInstanceOf(
ILIAS\Data\URI::class, $this->ub->getURL(
'x'));
22 $uri = $this->ub->getURL(
'command', 123);
25 $this->assertEquals($expected, $uri->query());
An exception for terminatinating execution or to throw for unit testing.
const PARAM_LSO_PARAMETER