]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/LockTest.php
Config FollowUp
[friendica.git] / tests / src / Core / Lock / LockTest.php
index ab8e1b2f2efc1f60171c22b021b908e4f33bcde4..c1378aa16430538158afc941a12e4fb790b1d1ee 100644 (file)
@@ -27,7 +27,7 @@ abstract class LockTest extends MockedTest
        {
                // Reusable App object
                $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')