From dc5e02185e4541556362f00c2ce591e10c9b6dd3 Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Tue, 21 May 2024 13:15:27 +0300 Subject: [PATCH] debug --- tests/wpunit/SanityTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/wpunit/SanityTest.php b/tests/wpunit/SanityTest.php index e3ddea2..b2de359 100644 --- a/tests/wpunit/SanityTest.php +++ b/tests/wpunit/SanityTest.php @@ -70,7 +70,11 @@ public function testCanUsePolylang() $langs = pll_languages_list(['fields' => 'slug']); asort($langs); + + echo '################jjA;'; + echo var_export($langs); $this->assertEquals($langs, ['de', 'en', 'es', 'fi', 'fr']); + echo '################jjA;'; } public function testPluginIsActivated()