mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
4dd9c05882
commit
011bce0909
@ -93,8 +93,8 @@ class UrlTest extends BaseTestCase
|
|||||||
|
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
'',
|
'',
|
||||||
$url->getBaseUrl(),
|
$url->getBasePath(),
|
||||||
'Url::fromPath does not recognize the correct base url'
|
'Url::fromPath does not recognize the correct base path'
|
||||||
);
|
);
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
'/my/test/url.html',
|
'/my/test/url.html',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user