Exemple #1
0
 public function testCheck()
 {
     $check = Zip::check(__DIR__ . '/../tmp/test_1.zip');
     $this->assertTrue($check);
 }