Ejemplo n.º 1
0
 public function testGetSize()
 {
     $this->resource = fopen(__DIR__ . '/assets/non-font-file.txt', 'r');
     $stream = new Stream($this->resource);
     $this->assertEquals(5, $stream->getSize());
 }