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/404/404.html | 6 ++++++ test/php/404/index.php | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 test/php/404/404.html create mode 100644 test/php/404/index.php (limited to 'test/php/404') diff --git a/test/php/404/404.html b/test/php/404/404.html new file mode 100644 index 00000000..6d0c635a --- /dev/null +++ b/test/php/404/404.html @@ -0,0 +1,6 @@ + +404 Not Found + +

404 Not Found

+ + diff --git a/test/php/404/index.php b/test/php/404/index.php new file mode 100644 index 00000000..92afdf19 --- /dev/null +++ b/test/php/404/index.php @@ -0,0 +1,4 @@ + -- cgit