From 84c622c2ab24e222cbe68db9fff3d66683d3e673 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Thu, 24 Apr 2008 17:19:01 +0000 Subject: [PATCH] new test for PharFileInfo::__destruct --- ext/phar/tests/pharfileinfo_destruct.phpt | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ext/phar/tests/pharfileinfo_destruct.phpt diff --git a/ext/phar/tests/pharfileinfo_destruct.phpt b/ext/phar/tests/pharfileinfo_destruct.phpt new file mode 100644 index 0000000000..48a58c0d09 --- /dev/null +++ b/ext/phar/tests/pharfileinfo_destruct.phpt @@ -0,0 +1,25 @@ +--TEST-- +Phar: PharFileInfo::__destruct +--SKIPIF-- + +--INI-- +phar.readonly=0 +--FILE-- + +===DONE=== +--CLEAN-- + +--EXPECTF-- +===DONE=== \ No newline at end of file -- 2.50.1