示例#1
0
 public function testNoImpactToMultiByte()
 {
     $s = new Stringizer("こんにちは世界");
     $this->assertEquals("こんにちは世界", $s->uppercase());
 }