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