diff options
| author | Ben Fuhrmannek | 2021-08-08 12:31:42 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-08 12:31:42 +0200 |
| commit | f41303ebed6f5de3a264ba5c70851d4da215061c (patch) | |
| tree | 2dea92e00e8b8cd319a025907fd33dff63f7ea1a /src/tests/disable_function/disabled_functions_runtime.phpt | |
| parent | f4cfd623d33f37a6bb345c9d7470a133b885949e (diff) | |
fixed test case. src in path is not mandatory
Diffstat (limited to 'src/tests/disable_function/disabled_functions_runtime.phpt')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_runtime.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/disable_function/disabled_functions_runtime.phpt b/src/tests/disable_function/disabled_functions_runtime.phpt index 3d74b40..16ecfdb 100644 --- a/src/tests/disable_function/disabled_functions_runtime.phpt +++ b/src/tests/disable_function/disabled_functions_runtime.phpt | |||
| @@ -29,4 +29,4 @@ unlink("file_to_include2.php"); | |||
| 29 | --EXPECTF-- | 29 | --EXPECTF-- |
| 30 | 1338 | 30 | 1338 |
| 31 | 31 | ||
| 32 | Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'test', because its argument '$param' content (1337) matched a rule in %a/src/file_to_include%d.php on line 1 | 32 | Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'test', because its argument '$param' content (1337) matched a rule in %a/file_to_include%d.php on line 1 |
