We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0c62f commit 5a182deCopy full SHA for 5a182de
tests/system/Helpers/TextHelperTest.php
@@ -196,7 +196,6 @@ public function testEntitiesToAsciiSmallOrdinals()
196
197
public function testConvertAccentedCharacters()
198
{
199
- // $this->ci_vfs_clone('application/Config/ForeignChars.php');
200
$this->assertSame('AAAeEEEIIOOEUUUeY', convert_accented_characters('ÀÂÄÈÊËÎÏÔŒÙÛÜŸ'));
201
$this->assertSame('a e i o u n ue', convert_accented_characters('á é í ó ú ñ ü'));
202
}
0 commit comments