diff --git a/test/php/library/Icinga/Web/UrlTest.php b/test/php/library/Icinga/Web/UrlTest.php index 56ac1eefc..c5cd839bb 100644 --- a/test/php/library/Icinga/Web/UrlTest.php +++ b/test/php/library/Icinga/Web/UrlTest.php @@ -93,8 +93,8 @@ class UrlTest extends BaseTestCase $this->assertEquals( '', - $url->getBaseUrl(), - 'Url::fromPath does not recognize the correct base url' + $url->getBasePath(), + 'Url::fromPath does not recognize the correct base path' ); $this->assertEquals( '/my/test/url.html',