Example #1
0
 /**
  * testing getArchive not returning null
  *
  * @since 1.0
  */
 public function testArchive()
 {
     $reader = new Reader($this->path . 'test.zip');
     $this->assertNotNull($reader->getArchive());
 }