Exemplo n.º 1
0
 public function testToUpperCase()
 {
     $str = new Str("Hello");
     $this->assertTrue($str->toUpperCase()->equals("HELLO"));
 }