From 810ee03965190d9856a4d18cb1aef71bced94d8c Mon Sep 17 00:00:00 2001 From: Attila Kerekes Date: Tue, 15 Nov 2022 11:09:57 +0100 Subject: [PATCH] test: improve lang test debug output --- tests/Unit/lang/LangTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/lang/LangTest.php b/tests/Unit/lang/LangTest.php index 671fba73..a02513f1 100644 --- a/tests/Unit/lang/LangTest.php +++ b/tests/Unit/lang/LangTest.php @@ -34,7 +34,7 @@ class LangTest extends TestCase if(!isset($missingKeys[$langDirectory])) { $missingKeys[$langDirectory] = []; } - $missingKeys[$langDirectory][] = $langKey; + $missingKeys[$langDirectory][] = [$langKey => $langValue]; } } }