Exemplo n.º 1
0
 public function testToCharArray()
 {
     $str = new Str("string");
     $this->assertEquals($str->toCharArray(), array("s", "t", "r", "i", "n", "g"));
 }