From: Greg Beaver Date: Sun, 25 Nov 2007 04:52:49 +0000 (+0000) Subject: new test for no signature X-Git-Tag: RELEASE_2_0_0a1~1282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b3562c107d435023062597570605f8497d2e9e7;p=php new test for no signature --- diff --git a/ext/phar/tests/phar_oo_nosig.phpt b/ext/phar/tests/phar_oo_nosig.phpt new file mode 100644 index 0000000000..70498003b7 --- /dev/null +++ b/ext/phar/tests/phar_oo_nosig.phpt @@ -0,0 +1,24 @@ +--TEST-- +Phar::getSignature() no signature +--SKIPIF-- + + +--INI-- +phar.require_hash=0 +--FILE-- +getSignature()); +?> +===DONE=== +--CLEAN-- + +--EXPECT-- +bool(false) +===DONE===