From: Remi Collet Date: Fri, 20 Mar 2020 11:09:15 +0000 (+0100) Subject: fix test, thanks Indrek X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db62ad18f3c8697c7d5b4383ee7b17379a6e7462;p=php fix test, thanks Indrek --- 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', ];