]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Console/ServerBlockConsoleTest.php
Merge pull request #8134 from nupplaphil/task/di_l10n
[friendica.git] / tests / src / Console / ServerBlockConsoleTest.php
index d671020e6f59c458bb416d72f97ba1ddb8160604..ef6cc0dacb8f44c3eec9c0b34e331588b270bbb6 100644 (file)
@@ -3,7 +3,7 @@
 namespace Friendica\Test\src\Console;
 
 use Friendica\Console\ServerBlock;
-use Friendica\Core\Config\Configuration;
+use Friendica\Core\Config\IConfiguration;
 
 class ServerBlockConsoleTest extends ConsoleTest
 {
@@ -22,7 +22,7 @@ class ServerBlockConsoleTest extends ConsoleTest
        {
                parent::setUp();
 
-               $this->configMock = \Mockery::mock(Configuration::class);
+               $this->configMock = \Mockery::mock(IConfiguration::class);
        }
 
        /**