#!/usr/bin/env php unzipFileTest('/tmp/', '/nonexistent/path.zip', 'test.txt')) && p() && e('1'); // 步骤1:使用不存在的ZIP文件路径 r($biTest->unzipFileTest('/tmp/', '', 'test.txt')) && p() && e('1'); // 步骤2:使用空的文件参数 r($biTest->unzipFileTest('', '/path/to/file.zip', 'test.txt')) && p() && e('1'); // 步骤3:使用空的解压目标路径 r($biTest->unzipFileTest('/tmp/', '/path/to/file.zip', '')) && p() && e('1'); // 步骤4:使用空的extractFile参数 r($biTest->unzipFileTest('/tmp/', 'invalid_path_format', 'test.txt')) && p() && e('1'); // 步骤5:使用无效的ZIP文件路径格式