test: improve lang test debug output

This commit is contained in:
Attila Kerekes
2022-11-15 11:09:57 +01:00
committed by Attila Jozsef Kerekes
parent 7809abb376
commit 810ee03965

View File

@@ -34,7 +34,7 @@ class LangTest extends TestCase
if(!isset($missingKeys[$langDirectory])) {
$missingKeys[$langDirectory] = [];
}
$missingKeys[$langDirectory][] = $langKey;
$missingKeys[$langDirectory][] = [$langKey => $langValue];
}
}
}