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