]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Console/ConsoleTest.php
Config FollowUp
[friendica.git] / tests / src / Core / Console / ConsoleTest.php
index 715e68ab26914b8551ad656c9623c913348953c7..f733175d3434bd0cc0d47f06f727225b2997c2b7 100644 (file)
@@ -3,7 +3,7 @@
 namespace Friendica\Test\src\Core\Console;
 
 use Asika\SimpleConsole\Console;
-use Friendica\Core\Config\ConfigCache;
+use Friendica\Core\Config\Configuration;
 use Friendica\Test\MockedTest;
 use Friendica\Test\Util\AppMockTrait;
 use Friendica\Test\Util\Intercept;
@@ -31,7 +31,7 @@ abstract class ConsoleTest extends MockedTest
                Intercept::setUp();
 
                $this->setUpVfsDir();
-               $configMock = \Mockery::mock(ConfigCache::class);
+               $configMock = \Mockery::mock(Configuration::class);
                $this->mockApp($this->root, $configMock);
                $profileMock = \Mockery::mock(Profiler::class);
                $this->app->shouldReceive('getProfiler')->andReturn($profileMock);