mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Mak PHPCS happy
This commit is contained in:
parent
03cfa2d066
commit
7b39b3b9c0
8 changed files with 25 additions and 30 deletions
|
@ -32,7 +32,7 @@ class SemaphoreLockTest extends LockTestCase
|
|||
$dice->shouldReceive('create')->with(App::class)->andReturn($app);
|
||||
|
||||
$configCache = new Cache(['system' => ['temppath' => '/tmp']]);
|
||||
$configMock = new ReadOnlyFileConfig($configCache);
|
||||
$configMock = new ReadOnlyFileConfig($configCache);
|
||||
$dice->shouldReceive('create')->with(IManageConfigValues::class)->andReturn($configMock);
|
||||
|
||||
// @todo Because "get_temppath()" is using static methods, we have to initialize the BaseObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue