1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-09 00:46:29 +02:00
This commit is contained in:
Ne-Lexa
2019-03-13 15:15:52 +03:00
parent b3277fcc5c
commit e8745e0379
4 changed files with 2 additions and 2 deletions

View File

@@ -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);