Skip to content

Commit 5a182de

Browse files
committed
Remove commented-out code
1 parent 2a0c62f commit 5a182de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/Helpers/TextHelperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ public function testEntitiesToAsciiSmallOrdinals()
196196

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

0 commit comments

Comments
 (0)