From d3689baf53a4c7d22897f7ad33e126a610304153 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Wed, 23 Apr 2008 17:25:52 +0000 Subject: [PATCH] new test for Phar::mapPhar with phar.extract_list --- ext/phar/tests/mapphar_plainmap.phpt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ext/phar/tests/mapphar_plainmap.phpt diff --git a/ext/phar/tests/mapphar_plainmap.phpt b/ext/phar/tests/mapphar_plainmap.phpt new file mode 100644 index 0000000000..47af05d901 --- /dev/null +++ b/ext/phar/tests/mapphar_plainmap.phpt @@ -0,0 +1,25 @@ +--TEST-- +Phar: Phar::mapPhar with phar.extract_list +--SKIPIF-- + +--INI-- +phar.readonly=1 +--FILE-- +getMessage() . "\n"; +} +?> +--CLEAN-- + +--EXPECTF-- +%stests \ No newline at end of file -- 2.40.0