mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +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)
|
public function testKeyDiffWithResult($data)
|
||||||
{
|
{
|
||||||
$configCache = new PConfigCache($data);
|
$configCache = new PConfigCache();
|
||||||
|
|
||||||
$diffConfig = [
|
$diffConfig = [
|
||||||
'fakeCat' => [
|
'fakeCat' => [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue