Beispiel #1
0
 public function testToUpper()
 {
     $str = new MString('abcdefg');
     $this->assertEquals('ABCDEFG', \strval($str->toUpper()));
 }