Skip to content

Commit

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

0 comments on commit 32d7414

Please sign in to comment.