Ejemplo n.º 1
0
 public function testCharFirstUpper()
 {
     $s = new StringObject('šAH Mat');
     $s->charFirstUpper();
     $this->assertSame('ŠAH Mat', $s->val());
 }