From c7fc095ba09f14f1ce128b422c7b88b4b30395b3 Mon Sep 17 00:00:00 2001 From: Derek Hobbs Date: Fri, 22 Sep 2017 21:45:19 -0500 Subject: [PATCH] Added test for php_ini_scanned_files --- tests/basic/php_ini_scanned_files.phpt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/basic/php_ini_scanned_files.phpt diff --git a/tests/basic/php_ini_scanned_files.phpt b/tests/basic/php_ini_scanned_files.phpt new file mode 100644 index 0000000000..c9d4ed3273 --- /dev/null +++ b/tests/basic/php_ini_scanned_files.phpt @@ -0,0 +1,11 @@ +--TEST-- +php ini scan files returns false when --with-config-file-scan-dir is not set +and the PHP_INI_SCAN_DIR also not set +--FILE-- + +--EXPECT-- +bool(false) +