/**
  * @covers Patchwork\Utf8::strtonatfold
  */
 function testStrtonatfold()
 {
     $this->assertSame('Deja Σσς', u::strtonatfold('Déjà Σσς'));
 }