mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 14:34:32 +02: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…
Add table
Add a link
Reference in a new issue