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

View File

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