コード例 #1
0
 public function testTellAttached()
 {
     $this->stream = $this->resourceFactory();
     $body = new Body($this->stream);
     fseek($this->stream, 10);
     $this->assertEquals(10, $body->tell());
 }