Exemplo n.º 1
0
 public function testInsert()
 {
     $this->stringBuilder->insert(6, 'The end is near! ');
     $this->assertEquals('Hello The end is near! § World!', $this->stringBuilder->__toString());
 }