From 3b7238996ad68f3c56a031e72e0b2f9aa0c8662c Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Tue, 22 May 2018 20:20:14 +0300 Subject: Tests: initial PHP application tests. --- test/php/conditional/index.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/php/conditional/index.php (limited to 'test/php/conditional') diff --git a/test/php/conditional/index.php b/test/php/conditional/index.php new file mode 100644 index 00000000..421e1a2d --- /dev/null +++ b/test/php/conditional/index.php @@ -0,0 +1,5 @@ + +True + +False + -- cgit