summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-03-20 12:09:15 +0100
committerRemi Collet <remi@php.net>2020-03-20 12:13:25 +0100
commitdb62ad18f3c8697c7d5b4383ee7b17379a6e7462 (patch)
tree503ae15111c60a4b6ae603ff4a93650be122f53c /ext/zip
parent166bc64caf590e3e76717f7d05a2d64ce36722f0 (diff)
downloadphp-git-db62ad18f3c8697c7d5b4383ee7b17379a6e7462.tar.gz
fix test, thanks Indrek
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/tests/oo_addglob2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/oo_addglob2.phpt b/ext/zip/tests/oo_addglob2.phpt
index 35fe7f26bf..18b74758c5 100644
--- a/ext/zip/tests/oo_addglob2.phpt
+++ b/ext/zip/tests/oo_addglob2.phpt
@@ -32,7 +32,7 @@ if (!$zip->addGlob($dirname . 'foo.*', GLOB_BRACE, $options)) {
$options = [
'remove_all_path' => true,
'comp_method' => ZipArchive::CM_STORE,
- 'comp_password' => 5,
+ 'comp_flags' => 5,
'enc_method' => ZipArchive::EM_AES_256,
'enc_password' => 'secret',
];