diff options
Diffstat (limited to 'test/data/errorWithJSON.php')
-rw-r--r-- | test/data/errorWithJSON.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/data/errorWithJSON.php b/test/data/errorWithJSON.php index a39eb7e9f..62b187ecc 100644 --- a/test/data/errorWithJSON.php +++ b/test/data/errorWithJSON.php @@ -3,6 +3,4 @@ header("HTTP/1.0 400 Bad Request"); header("Content-Type: application/json"); -echo '{ "code": 40, "message": "Bad Request" }'; - -?>
\ No newline at end of file +echo '{ "code": 40, "message": "Bad Request" }';
\ No newline at end of file |