diff options
| author | crKontrol | 2018-08-02 14:41:20 +0200 |
|---|---|---|
| committer | Thibault "bui" Koechlin | 2018-08-02 14:41:20 +0200 |
| commit | 69b95a117957ceaab16f5dfb68a41500a7958ba9 (patch) | |
| tree | 23568b0770d5e8667f94ca300a1e95be2bb62022 /src/tests | |
| parent | 210a90e7fe5e45b55031ce1a7d02539ea3185879 (diff) | |
fix #203 (#204)
sp.disable_function.function().filename doesn't take phar:///
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/broken_conf_invalid_filename.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/broken_conf_invalid_filename.phpt b/src/tests/broken_conf_invalid_filename.phpt index 61b967b..a1515a7 100644 --- a/src/tests/broken_conf_invalid_filename.phpt +++ b/src/tests/broken_conf_invalid_filename.phpt | |||
| @@ -6,4 +6,4 @@ Broken configuration filename without absolute path | |||
| 6 | sp.configuration_file={PWD}/config/broken_conf_invalid_filename.ini | 6 | sp.configuration_file={PWD}/config/broken_conf_invalid_filename.ini |
| 7 | --FILE-- | 7 | --FILE-- |
| 8 | --EXPECTF-- | 8 | --EXPECTF-- |
| 9 | [snuffleupagus][0.0.0.0][config][error] Invalid configuration line: 'sp.disabled_functions.function("sprintf").filename("wrong file name").drop();':'.filename' must be an absolute path on line 1. | 9 | [snuffleupagus][0.0.0.0][config][error] Invalid configuration line: 'sp.disabled_functions.function("sprintf").filename("wrong file name").drop();':'.filename' must be an absolute path or a phar archive on line 1. |
