public function testSetTextEncoding()
 {
     $this->frame->setTextEncoding(0x2);
     $this->assertSame(0x2, $this->frame->getTextEncoding());
 }