]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/LockTest.php
Merge remote-tracking branch 'upstream/2019.03-RC' into worker2
[friendica.git] / tests / src / Core / Lock / LockTest.php
index ab8e1b2f2efc1f60171c22b021b908e4f33bcde4..6dc170e51429bdfc659e8979b5e36cdc0e239d86 100644 (file)
@@ -27,8 +27,7 @@ abstract class LockTest extends MockedTest
        {
                // Reusable App object
                $this->setUpVfsDir();
-               $configMock = \Mockery::mock('Friendica\Core\Config\ConfigCache');
-               $this->mockApp($this->root, $configMock);
+               $this->mockApp($this->root);
                $this->app
                        ->shouldReceive('getHostname')
                        ->andReturn('friendica.local');