From e79f7e3bd992c7f0915ef9afe7afb6d79740527a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 14 Jan 2019 19:29:25 +0000 Subject: Reorganize the testsuite Splitting the testsuite in several components makes it easier to manage and comprehend. This was also needed some some tests aren't passing on Alpine Linux, but we still want to run as many of them as we can on this platform.--- src/tests/eval_whitelist_simulation.phpt | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/tests/eval_whitelist_simulation.phpt (limited to 'src/tests/eval_whitelist_simulation.phpt') diff --git a/src/tests/eval_whitelist_simulation.phpt b/src/tests/eval_whitelist_simulation.phpt deleted file mode 100644 index c4a3efa..0000000 --- a/src/tests/eval_whitelist_simulation.phpt +++ /dev/null @@ -1,29 +0,0 @@ ---TEST-- -Eval whitelist simulation ---SKIPIF-- - ---INI-- -sp.configuration_file={PWD}/config/eval_whitelist_simulation.ini ---FILE-- - ---EXPECTF-- -Outside of eval: my_fun: 1337 1337 1337 -After allowed eval: my_fun: 1234 - -Warning: [snuffleupagus][Eval_whitelist] The function 'my_other_fun' isn't in the eval whitelist, logging its call. in %a/eval_whitelist_simulation.php on line 7 -After eval: my_other_fun: 1234 \ No newline at end of file -- cgit v1.3