diff options
| author | Remi Collet | 2018-01-17 15:54:11 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-17 15:54:11 +0100 |
| commit | f1cdd546c57cea193021a5d0bb36fc9f3d8ee5b7 (patch) | |
| tree | 1f54e1fb5aa98c4d86528056607d31ec243fd490 | |
| parent | 6ba9ef7dcb57e50b936f8744d3664d4fa7f8bf6d (diff) | |
remove src from path (#126)
| -rw-r--r-- | src/tests/disabled_functions_register_tick_function.phpt | 2 | ||||
| -rw-r--r-- | src/tests/multi_config.phpt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/disabled_functions_register_tick_function.phpt b/src/tests/disabled_functions_register_tick_function.phpt index 2c32ff2..c43319a 100644 --- a/src/tests/disabled_functions_register_tick_function.phpt +++ b/src/tests/disabled_functions_register_tick_function.phpt | |||
| @@ -15,4 +15,4 @@ register_tick_function('my_super_function'); | |||
| 15 | ?> | 15 | ?> |
| 16 | --EXPECTF-- | 16 | --EXPECTF-- |
| 17 | 1337 | 17 | 1337 |
| 18 | [snuffleupagus][0.0.0.0][disabled_function][drop] The call to the function 'my_super_function' in %a/src/tests/disabled_functions_register_tick_function.php:4 has been disabled. | 18 | [snuffleupagus][0.0.0.0][disabled_function][drop] The call to the function 'my_super_function' in %a/tests/disabled_functions_register_tick_function.php:4 has been disabled. |
diff --git a/src/tests/multi_config.phpt b/src/tests/multi_config.phpt index 24e69ab..21c2c82 100644 --- a/src/tests/multi_config.phpt +++ b/src/tests/multi_config.phpt | |||
| @@ -16,8 +16,8 @@ foo(); | |||
| 16 | bla(); | 16 | bla(); |
| 17 | ?> | 17 | ?> |
| 18 | --EXPECTF-- | 18 | --EXPECTF-- |
| 19 | [snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'foo' in %s/src/tests/multi_config.php:%d has been disabled. | 19 | [snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'foo' in %s/tests/multi_config.php:%d has been disabled. |
| 20 | 1 | 20 | 1 |
| 21 | [snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'bla' in %s/src/tests/multi_config.php:%d has been disabled. | 21 | [snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'bla' in %s/tests/multi_config.php:%d has been disabled. |
| 22 | 2 | 22 | 2 |
| 23 | 23 | ||
