From 2946cad416b247327c033f61fda8270c6771248b Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 18 Apr 2024 18:17:42 +0200 Subject: introduce empty_on_fail, get keepfailed to work --- test/it_url.testserver.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/it_url.testserver.php') diff --git a/test/it_url.testserver.php b/test/it_url.testserver.php index 978e4af..ca5300c 100644 --- a/test/it_url.testserver.php +++ b/test/it_url.testserver.php @@ -80,6 +80,11 @@ switch ($_SERVER['PHP_SELF']) echo $iserror ? "failure" : "success"; break; + case "/not_found_with_body": + http_response_code(404); + echo 'Testserver 404 output'; + break; + default: http_response_code(404); fwrite($stderr, "Unknown path '$_SERVER[PHP_SELF]' not handled!\n"); -- cgit v1.2.3