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