From 011bce0909e66c3b9aed34d6807b02028ad91b67 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Tue, 18 Oct 2016 14:12:38 +0200 Subject: [PATCH] UrlTest: Use getBasePath instead of getBaseUrl refs #12133 --- test/php/library/Icinga/Web/UrlTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',