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

0 comments on commit dc5e021

Please sign in to comment.