]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/PConfig/PreloadPConfigTest.php
Merge pull request #11195 from annando/issue-10966
[friendica.git] / tests / src / Core / PConfig / PreloadPConfigTest.php
index 400618e8e406d877a98e7eac1d0144a0c2374b29..04f9cd8e856da1fcb78d1c9fa4747d84d61ee0ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
 
 namespace Friendica\Test\src\Core\PConfig;
 
-use Friendica\Core\PConfig\PreloadPConfig;
+use Friendica\Core\PConfig\Type\PreloadPConfig;
 
 class PreloadPConfigTest extends PConfigTest
 {
        public function getInstance()
        {
-               return new PreloadPConfig($this->configCache, $this->configModel);
+               return new \Friendica\Core\PConfig\Type\PreloadPConfig($this->configCache, $this->configModel);
        }
 
        /**