From: Greg Beaver Date: Sun, 28 Jan 2007 05:11:41 +0000 (+0000) Subject: new failing test for commitWrite() X-Git-Tag: RELEASE_1_0_0RC1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ee6816c434950b4447f6fec3c9e80d78e5beb41;p=php new failing test for commitWrite() --- diff --git a/ext/phar/tests/phar_commitwrite.phpt b/ext/phar/tests/phar_commitwrite.phpt new file mode 100644 index 0000000000..e96daf5999 --- /dev/null +++ b/ext/phar/tests/phar_commitwrite.phpt @@ -0,0 +1,30 @@ +--TEST-- +Phar::commitWrite() +--SKIPIF-- + +--INI-- +phar.require_hash=0 +phar.readonly=0 +--FILE-- +commitWrite(); +var_dump($p->getStub()); +$p->commitWrite(""); +var_dump($p->getStub()); +?> +===DONE=== +--CLEAN-- + +--EXPECT-- \ No newline at end of file