]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Cache/CacheTest.php
Config FollowUp
[friendica.git] / tests / src / Core / Cache / CacheTest.php
index e8bd65cbfe5670c0865dd28537b6f39b67684c44..961ac9e1b464b3186badb82f7d47718ecd5c5371 100644 (file)
@@ -67,7 +67,7 @@ abstract class CacheTest extends MockedTest
        protected function setUp()
        {
                $this->setUpVfsDir();
-               $configMock = \Mockery::mock('Friendica\Core\Config\ConfigCache');
+               $configMock = \Mockery::mock('Friendica\Core\Config\Configuration');
                $this->mockApp($this->root, $configMock);
                $this->app
                        ->shouldReceive('getHostname')