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