Ejemplo n.º 1
0
 public function testByteCount()
 {
     $this->assertEquals(15, $this->stringBuilder->byteCount());
     $this->stringBuilder->changeEncoding('ISO-8859-1');
     $this->assertEquals(14, $this->stringBuilder->byteCount());
 }