]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/BaseURLTest.php
Add checks & realpath() usage
[friendica.git] / tests / src / Util / BaseURLTest.php
index 1e74af39fe3937d96811b7d1bd21736830619500..7f63027fcb7c10f8552f25157ab724a3305b7d8e 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 namespace Friendica\Test\src\Util;
 
+use Friendica\App\BaseURL;
 use Friendica\Core\Config\Configuration;
 use Friendica\Test\MockedTest;
-use Friendica\Util\BaseURL;
 
 class BaseURLTest extends MockedTest
 {