X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fmessagebody003.phpt;h=52968ac54869715be3a7c72d064923f1e9a40024;hp=8444cbf770e2c9f3b7673b53009932788f728447;hb=cbfdc466d8a364445ba3389e876b7c7e7f0189b2;hpb=bc73bc67034bf875cdcace2bbc569350a3acbc80 diff --git a/tests/messagebody003.phpt b/tests/messagebody003.phpt index 8444cbf..52968ac 100644 --- a/tests/messagebody003.phpt +++ b/tests/messagebody003.phpt @@ -10,7 +10,7 @@ echo "Test\n"; $file = new http\Message\Body(fopen(__FILE__, "r")); try { - $file->append("nope"); + @$file->append("nope"); } catch (Exception $e) { echo $e, "\n"; }