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 dc5e021 commit a406fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/wpunit/SanityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a406fc9

Please sign in to comment.