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
No known key found for this signature in database
GPG key ID: E1121565A016ADFD

View file

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