From 1602780f3c85ca127c77d28ae93a4e2a4eeae180 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 9 Oct 2017 11:54:31 +0200 Subject: Better hooking of language constructs (#26) * Vastly improve the support of language construct hooking--- src/tests/disabled_functions_require.phpt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/tests/disabled_functions_require.phpt') diff --git a/src/tests/disabled_functions_require.phpt b/src/tests/disabled_functions_require.phpt index cc10ef6..f848f8b 100644 --- a/src/tests/disabled_functions_require.phpt +++ b/src/tests/disabled_functions_require.phpt @@ -7,17 +7,17 @@ sp.configuration_file={PWD}/config/config_disabled_functions_require.ini --FILE-- --EXPECTF-- -[snuffleupagus][0.0.0.0][include][drop] Inclusion of a forbidden file (%a/test.bla). +BLA[snuffleupagus][0.0.0.0][disabled_function][drop] The call to the function 'include' in %a/disabled_functions_require.php:%d has been disabled, because its argument 'inclusion path' content (%a/test.meh) matched a rule. --CLEAN-- -- cgit v1.3