From 2ee6816c434950b4447f6fec3c9e80d78e5beb41 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sun, 28 Jan 2007 05:11:41 +0000 Subject: [PATCH] new failing test for commitWrite() --- ext/phar/tests/phar_commitwrite.phpt | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ext/phar/tests/phar_commitwrite.phpt 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 -- 2.40.0