diff options
author | Steph Fox <sfox@php.net> | 2008-02-21 18:44:06 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-02-21 18:44:06 +0000 |
commit | 20836262c8bf3a775d80eb75f1fcda25770e032a (patch) | |
tree | e7078f36a1b87072b20112a75acb53c500249f17 | |
parent | b0daabb4e32ca10bd8b527bebce470c39cee0cc6 (diff) | |
download | php-git-20836262c8bf3a775d80eb75f1fcda25770e032a.tar.gz |
Updated wrong expectation (different stub).
-rw-r--r-- | ext/phar/tests/zip/phar_convert_phar.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/phar/tests/zip/phar_convert_phar.phpt b/ext/phar/tests/zip/phar_convert_phar.phpt index 2713ac28e2..cd33bdd91e 100644 --- a/ext/phar/tests/zip/phar_convert_phar.phpt +++ b/ext/phar/tests/zip/phar_convert_phar.phpt @@ -44,8 +44,7 @@ __HALT_COMPILER(); ?> --EXPECT-- bool(false) -string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?> -" +int(6573) bool(true) string(60) "<?php // zip-based phar archive stub file __HALT_COMPILER();" |