예제 #1
0
파일: ReaderTest.php 프로젝트: elibyy/zip
 /**
  * testing getArchive not returning null
  *
  * @since 1.0
  */
 public function testArchive()
 {
     $reader = new Reader($this->path . 'test.zip');
     $this->assertNotNull($reader->getArchive());
 }