]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/BasePathTest.php
Merge pull request #13375 from MrPetovan/bug/empty-timeline
[friendica.git] / tests / src / Util / BasePathTest.php
index 3d233896a79c0fbf51bc791829acbc157996b18a..844911d32f40854848ac965e693053e3bf648d9e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -89,7 +89,7 @@ class BasePathTest extends MockedTest
        {
                $this->expectException(\Exception::class);
                $this->expectExceptionMessageMatches("/(.*) is not a valid basepath/");
-               
+
                $basepath = new BasePath('/now23452sgfgas', []);
                $basepath->getPath();
        }