예제 #1
0
 /**
  * Verify that the internal cursor can be moved.
  */
 public function testMoveInternalCursor()
 {
     fwrite($this->stream, 'test');
     $this->manager->seek(2);
     self::assertEquals(2, ftell($this->stream), 'The internal cursor was not moved properly.');
 }