コード例 #1
0
ファイル: MStringTest.php プロジェクト: dazarobbo/cola
 public function testTrimEnd()
 {
     $str = new MString('一二三四五   ');
     $this->assertEquals('一二三四五', \strval($str->trimEnd()));
 }