예제 #1
0
 /**
  * @covers Patchwork\Utf8::strtocasefold
  */
 function testStrtocasefold()
 {
     $this->assertSame('σσσ', u::strtocasefold('Σσς'));
     $this->assertSame('ııii', u::strtocasefold('Iıİi', true, true));
     // Turkish
 }