From 4aa7dec0c806a21253d6691517c9245aafdcfc7d Mon Sep 17 00:00:00 2001 From: Michal Nowacki Date: Wed, 27 Dec 2023 13:56:00 -0500 Subject: [PATCH] convert test_php_execute.c into integration tests --- tests/php_execute/00.php | 30 +++++++++++++++++++ tests/php_execute/01.php | 42 ++++++++++++++++++++++++++ tests/php_execute/02.php | 32 ++++++++++++++++++++ tests/php_execute/03.php | 31 +++++++++++++++++++ tests/php_execute/04.php | 38 +++++++++++++++++++++++ tests/php_execute/05.php | 39 ++++++++++++++++++++++++ tests/php_execute/functions.inc | 53 +++++++++++++++++++++++++++++++++ 7 files changed, 265 insertions(+) create mode 100644 tests/php_execute/00.php create mode 100644 tests/php_execute/01.php create mode 100644 tests/php_execute/02.php create mode 100644 tests/php_execute/03.php create mode 100644 tests/php_execute/04.php create mode 100644 tests/php_execute/05.php create mode 100644 tests/php_execute/functions.inc diff --git a/tests/php_execute/00.php b/tests/php_execute/00.php new file mode 100644 index 000000000..ad60ff330 --- /dev/null +++ b/tests/php_execute/00.php @@ -0,0 +1,30 @@ +getMessage()); + } + return three(1); +}