Esempio n. 1
0
 public function testSplit()
 {
     $str = new MString('一二三四五');
     $set = $str->split();
     $this->assertCount(5, $set);
 }