]> git.mxchange.org Git - friendica.git/blobdiff - tests/legacy/ApiTest.php
Merge remote-tracking branch 'upstream/develop' into error-handling
[friendica.git] / tests / legacy / ApiTest.php
index 90de2d64759d7a1d7bd419b74f3d1f851add28e4..e800f68c80e2c76e1ab2993f9694100f1b38b978 100644 (file)
@@ -59,7 +59,7 @@ class ApiTest extends FixtureTest
 
                parent::setUp();
 
-               /** @var \Friendica\Core\Config\Capability\IManageConfigValues $config */
+               /** @var IManageConfigValues $config */
                $this->config = $this->dice->create(IManageConfigValues::class);
 
                $this->config->set('system', 'url', 'http://localhost');