diff options
| author | simon MAGNIN-FEYSOT | 2018-05-03 10:22:55 +0200 |
|---|---|---|
| committer | jvoisin | 2018-05-03 08:22:55 +0000 |
| commit | 41b8db89d5f50aadad91d2b0fd9861017b58bb16 (patch) | |
| tree | 71ba20e325afef65f1ea4823cfbd82ae932149cc /src/tests/multi_config.phpt | |
| parent | fa9eb1168029b05a18f21d7a30786c4e21fddc12 (diff) | |
Uniformise some logs
This commit will make certain logs easier to parse.
Diffstat (limited to 'src/tests/multi_config.phpt')
| -rw-r--r-- | src/tests/multi_config.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/multi_config.phpt b/src/tests/multi_config.phpt index 21c2c82..c5509a4 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/tests/multi_config.php:%d has been disabled. | 19 | [snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'foo' in %s/tests/multi_config.php:%d. |
| 20 | 1 | 20 | 1 |
| 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. | 21 | [snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'bla' in %s/tests/multi_config.php:%d. |
| 22 | 2 | 22 | 2 |
| 23 | 23 | ||
