summaryrefslogtreecommitdiff
path: root/src/tests/multi_config.phpt
diff options
context:
space:
mode:
authorsimon MAGNIN-FEYSOT2018-05-03 10:22:55 +0200
committerjvoisin2018-05-03 08:22:55 +0000
commit41b8db89d5f50aadad91d2b0fd9861017b58bb16 (patch)
tree71ba20e325afef65f1ea4823cfbd82ae932149cc /src/tests/multi_config.phpt
parentfa9eb1168029b05a18f21d7a30786c4e21fddc12 (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.phpt4
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();
16bla(); 16bla();
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.
201 201
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.
222 222
23 23