From: Xinchen Hui Date: Tue, 8 Dec 2015 16:26:04 +0000 (-0800) Subject: Fixed test if PATH is not set X-Git-Tag: php-7.0.2RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c47b49c9b599c197230b9d5469395d37379b6ba5;p=php Fixed test if PATH is not set --- 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)