summaryrefslogtreecommitdiff
path: root/ext/zip/tests/oo_encryption.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/oo_encryption.phpt')
-rw-r--r--ext/zip/tests/oo_encryption.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/oo_encryption.phpt b/ext/zip/tests/oo_encryption.phpt
index fb5caef495..7567111dbb 100644
--- a/ext/zip/tests/oo_encryption.phpt
+++ b/ext/zip/tests/oo_encryption.phpt
@@ -15,7 +15,7 @@ echo "== Write\n";
$zip = new ZipArchive;
$r = $zip->open($name, ZIPARCHIVE::CREATE);
// Clear
-$zip->addFromString('foo.txt', 'foo');
+$zip->addFromString('foo.txt', 'foo');
// Encrypted
$zip->addFromString('bar.txt', 'bar');
var_dump($zip->setEncryptionName('bar.txt', 9999, $pass)); // Fails