Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Sep 4, 2022
1 parent 2a0c62f commit 5a182de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/system/Helpers/TextHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ public function testEntitiesToAsciiSmallOrdinals()

public function testConvertAccentedCharacters()
{
// $this->ci_vfs_clone('application/Config/ForeignChars.php');
$this->assertSame('AAAeEEEIIOOEUUUeY', convert_accented_characters('ÀÂÄÈÊËÎÏÔŒÙÛÜŸ'));
$this->assertSame('a e i o u n ue', convert_accented_characters('á é í ó ú ñ ü'));
}
Expand Down

0 comments on commit 5a182de

Please sign in to comment.