X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmessagebody003.phpt;h=52968ac54869715be3a7c72d064923f1e9a40024;hb=refs%2Ftags%2FRELEASE_3_2_3;hp=8444cbf770e2c9f3b7673b53009932788f728447;hpb=b4085b7b9a6b51fd893dc7fc263f49ff570c90bb;p=m6w6%2Fext-http 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"; }