test: improve lang test debug output
This commit is contained in:
parent
7809abb376
commit
810ee03965
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class LangTest extends TestCase
|
|||
if(!isset($missingKeys[$langDirectory])) {
|
||||
$missingKeys[$langDirectory] = [];
|
||||
}
|
||||
$missingKeys[$langDirectory][] = $langKey;
|
||||
$missingKeys[$langDirectory][] = [$langKey => $langValue];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue