diff options
Diffstat (limited to 'test/data/errorWithText.php')
-rw-r--r-- | test/data/errorWithText.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/errorWithText.php b/test/data/errorWithText.php new file mode 100644 index 000000000..abd873217 --- /dev/null +++ b/test/data/errorWithText.php @@ -0,0 +1,5 @@ +<?php + +header("HTTP/1.0 400 Bad Request"); + +echo "plain text message";
\ No newline at end of file |