示例#1
0
 public function testUnaccentSafeForUtf8()
 {
     $this->assertEquals('Z', $this->inflector->unaccent('Ž'));
 }