From c0c1895111f5c53187b65e0b339681416a2100d1 Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Tue, 21 May 2024 13:22:36 +0300 Subject: [PATCH] debug --- 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 3c2abb8..16a28d3 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(var_export($langs), true); + error_log(var_export($langs, true)); error_log('################jjA;'); $this->assertEquals($langs, ['de', 'en', 'es', 'fi', 'fr']); }