mirror of
https://github.com/friendica/friendica
synced 2024-12-23 02:00:17 +00:00
fixed test
This commit is contained in:
parent
b48c22dc1a
commit
05439e4866
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class PConfigCacheTest extends MockedTest
|
|||
*/
|
||||
public function testKeyDiffWithResult($data)
|
||||
{
|
||||
$configCache = new PConfigCache($data);
|
||||
$configCache = new PConfigCache();
|
||||
|
||||
$diffConfig = [
|
||||
'fakeCat' => [
|
||||
|
|
Loading…
Reference in a new issue