From 32d74143bd5f6cabdcd092d1b6391dd489f00d88 Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Tue, 21 May 2024 13:20:02 +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 c55a3b5..53fcf8c 100644 --- a/tests/wpunit/SanityTest.php +++ b/tests/wpunit/SanityTest.php @@ -72,7 +72,7 @@ public function testCanUsePolylang() asort($langs); echo '################jjA;'; - echo var_export($langs, true); + echo error_log($langs, true); echo '################jjA;'; $this->assertEquals($langs, ['de', 'en', 'es', 'fi', 'fr']); }