From 50835e4bb770f835767e25d047fa786dcec36e37 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Wed, 23 Apr 2008 16:06:59 +0000 Subject: [PATCH] new test for SCRIPT_NAME not containing the filename --- ext/phar/tests/frontcontroller30.phpt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/phar/tests/frontcontroller30.phpt diff --git a/ext/phar/tests/frontcontroller30.phpt b/ext/phar/tests/frontcontroller30.phpt new file mode 100644 index 0000000000..de6960c244 --- /dev/null +++ b/ext/phar/tests/frontcontroller30.phpt @@ -0,0 +1,12 @@ +--TEST-- +Phar front controller with weird SCRIPT_NAME +--SKIPIF-- + +--ENV-- +SCRIPT_NAME=/huh? +REQUEST_URI=/huh? +--FILE_EXTERNAL-- +files/frontcontroller8.phar +--EXPECTF-- +oops did not run +%a \ No newline at end of file -- 2.50.1