Skip to content

Commit

Permalink
debugh
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed May 21, 2024
1 parent 32d7414 commit 8880fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/wpunit/SanityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
}

Expand Down

0 comments on commit 8880fdc

Please sign in to comment.