From 586b9def21d691cc2b812e38de78eff2d8485acd Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Tue, 21 May 2024 13:21:03 +0300 Subject: [PATCH] sadf --- tests/wpunit/SanityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpunit/SanityTest.php b/tests/wpunit/SanityTest.php index 0c80d70..3c2abb8 100644 --- a/tests/wpunit/SanityTest.php +++ b/tests/wpunit/SanityTest.php @@ -72,7 +72,7 @@ public function testCanUsePolylang() asort($langs); error_log('################jjA;'); - error_log($langs, true); + error_log(var_export($langs), true); error_log('################jjA;'); $this->assertEquals($langs, ['de', 'en', 'es', 'fi', 'fr']); }