From a406fc9109738fb8d0c393702a4735ecc27bc912 Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Tue, 21 May 2024 13:18:23 +0300 Subject: [PATCH] debug --- tests/wpunit/SanityTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wpunit/SanityTest.php b/tests/wpunit/SanityTest.php index b2de359..c55a3b5 100644 --- a/tests/wpunit/SanityTest.php +++ b/tests/wpunit/SanityTest.php @@ -72,9 +72,9 @@ public function testCanUsePolylang() asort($langs); echo '################jjA;'; - echo var_export($langs); - $this->assertEquals($langs, ['de', 'en', 'es', 'fi', 'fr']); + echo var_export($langs, true); echo '################jjA;'; + $this->assertEquals($langs, ['de', 'en', 'es', 'fi', 'fr']); } public function testPluginIsActivated()