public function testReverse()
 {
     $this->stringBuilder->reverse();
     $this->assertEquals('!dlroW ยง olleH', $this->stringBuilder->__toString());
 }