UrlTest: Use getBasePath instead of getBaseUrl

refs #12133
This commit is contained in:
Noah Hilverling 2016-10-18 14:12:38 +02:00
parent 4dd9c05882
commit 011bce0909
1 changed files with 2 additions and 2 deletions

View File

@ -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',