tests/Framework/Utils.php | ●●●●● patch | view | raw | blame | history |
tests/Framework/Utils.php
@@ -327,6 +327,11 @@ $test = array( '' => '', 'abc def' => 'abc def', 'ÇçäâàåéêëèïîìÅÉöôòüûùÿøØáíóúñÑÁÂÀãÃÊËÈÍÎÏÓÔõÕÚÛÙýÝ' => 'ccaaaaeeeeiiiaeooouuuyooaiounnaaaaaeeeiiioooouuuyy', 'ß' => 'ss', 'ae' => 'a', 'oe' => 'o', 'ue' => 'u', ); foreach ($test as $input => $output) {