mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-09 00:46:29 +02:00
fix #34
This commit is contained in:
@@ -15,7 +15,7 @@ class ZipAlignTest extends ZipTestCase
|
||||
*/
|
||||
public function testApkAlignedAndSetZipAlignAndReSave()
|
||||
{
|
||||
$filename = __DIR__ . '/resources/test.apk';
|
||||
$filename = __DIR__ . '/resources/apk.zip';
|
||||
|
||||
$this->assertCorrectZipArchive($filename);
|
||||
$result = $this->assertVerifyZipAlign($filename);
|
||||
|
Reference in New Issue
Block a user