From c47b49c9b599c197230b9d5469395d37379b6ba5 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 8 Dec 2015 08:26:04 -0800 Subject: [PATCH] Fixed test if PATH is not set --- ext/filter/tests/bug71063.phpt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ext/filter/tests/bug71063.phpt b/ext/filter/tests/bug71063.phpt index 36807aac3c..c399817cd0 100644 --- a/ext/filter/tests/bug71063.phpt +++ b/ext/filter/tests/bug71063.phpt @@ -1,7 +1,9 @@ --TEST-- -Bug #71063 filter_input(INPUT_ENV, ..) does not work +Bug #71063 (filter_input(INPUT_ENV, ..) does not work) --SKIPIF-- +--ENV-- +PATH=/ --FILE-- 0); @@ -9,4 +11,4 @@ var_dump(count(filter_input(INPUT_ENV, 'PATH')) > 0); ?> --EXPECT-- bool(true) -bool(true) \ No newline at end of file +bool(true) -- 2.50.1