]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Content/PageInfoMock.php
Merge pull request #12789 from nupplaphil/bug/flasky_test
[friendica.git] / tests / src / Content / PageInfoMock.php
index d2a5fcff480fb250423798cf1a970c5d4aa42342..5a35e6b178faed1043b1fdcaa17959726aae2ac0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -21,6 +21,8 @@
 
 namespace Friendica\Test\src\Content;
 
+use Friendica\Content\PageInfo;
+
 /**
  * Class PageInfoMock
  *
@@ -29,7 +31,7 @@ namespace Friendica\Test\src\Content;
  * @method static string|null getRelevantUrlFromBody(string $body, $searchNakedUrls = false)
  * @method static string stripTrailingUrlFromBody(string $body, string $url)
  */
-class PageInfoMock extends \Friendica\Content\PageInfo
+class PageInfoMock extends PageInfo
 {
        public static function __callStatic($name, $arguments)
        {