Ejemplo n.º 1
0
 public function testReverse()
 {
     $this->stringBuilder->reverse();
     $this->assertEquals('!dlroW § olleH', $this->stringBuilder->__toString());
 }