From 38ea191fbb91db000b1e68185359e612e7e47c54 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Thu, 28 Feb 2019 21:18:33 +0300 Subject: Tests: fixed PHP "disable_functions" and "disable_classes" tests. --- test/php/date_time/index.php | 3 ++- test/php/highlight_file_exec/index.php | 4 ---- test/php/time_exec/index.php | 4 ++++ 3 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 test/php/highlight_file_exec/index.php create mode 100644 test/php/time_exec/index.php (limited to 'test/php') diff --git a/test/php/date_time/index.php b/test/php/date_time/index.php index 4e06fdf9..42992c3f 100644 --- a/test/php/date_time/index.php +++ b/test/php/date_time/index.php @@ -1,4 +1,5 @@ format('u'); ?> diff --git a/test/php/highlight_file_exec/index.php b/test/php/highlight_file_exec/index.php deleted file mode 100644 index adcd5ed8..00000000 --- a/test/php/highlight_file_exec/index.php +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/test/php/time_exec/index.php b/test/php/time_exec/index.php new file mode 100644 index 00000000..05d59d28 --- /dev/null +++ b/test/php/time_exec/index.php @@ -0,0 +1,4 @@ + -- cgit