From 8880fdcf863dbfa432db39002dc90ebee033929b Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Tue, 21 May 2024 13:20:38 +0300 Subject: [PATCH] debugh --- tests/wpunit/SanityTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/wpunit/SanityTest.php b/tests/wpunit/SanityTest.php index 53fcf8c..0c80d70 100644 --- a/tests/wpunit/SanityTest.php +++ b/tests/wpunit/SanityTest.php @@ -71,9 +71,9 @@ public function testCanUsePolylang() $langs = pll_languages_list(['fields' => 'slug']); asort($langs); - echo '################jjA;'; - echo error_log($langs, true); - echo '################jjA;'; + error_log('################jjA;'); + error_log($langs, true); + error_log('################jjA;'); $this->assertEquals($langs, ['de', 'en', 'es', 'fi', 'fr']); }