diff options
| author | jvoisin | 2021-01-04 21:07:56 +0100 |
|---|---|---|
| committer | jvoisin | 2021-01-04 21:07:56 +0100 |
| commit | a179f4993cfe3e446237c8440b41c7407326a32d (patch) | |
| tree | 7908f8ee3540e405f9da88492111b04210f91066 /src/tests | |
| parent | f4e3a800aa5a243464911fc2e9fa81a7848c57f7 (diff) | |
Skip a failing test on php8
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_param_str_representation.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/disable_function/disabled_functions_param_str_representation.phpt b/src/tests/disable_function/disabled_functions_param_str_representation.phpt index f56c457..179ce93 100644 --- a/src/tests/disable_function/disabled_functions_param_str_representation.phpt +++ b/src/tests/disable_function/disabled_functions_param_str_representation.phpt | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | Disable functions - casting various types to string internally | 2 | Disable functions - casting various types to string internally |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> |
| 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | ||
| 5 | --INI-- | 6 | --INI-- |
| 6 | sp.configuration_file={PWD}/config/config_disabled_functions_param_str_representation.ini | 7 | sp.configuration_file={PWD}/config/config_disabled_functions_param_str_representation.ini |
| 7 | --FILE-- | 8 | --FILE-- |
