X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fmessagebody010.phpt;fp=tests%2Fmessagebody010.phpt;h=b50898da1f2fcd3c86bed362aefe6fc0f9e54331;hp=0000000000000000000000000000000000000000;hb=5b46115fea57ad7d842f9c713ca854da24d842cd;hpb=805287392b6266d05533043509367d7e411e595c diff --git a/tests/messagebody010.phpt b/tests/messagebody010.phpt new file mode 100644 index 0000000..b50898d --- /dev/null +++ b/tests/messagebody010.phpt @@ -0,0 +1,23 @@ +--TEST-- +message body resource +--SKIPIF-- + +--FILE-- +getResource(); +var_dump(is_resource($stream)); +$stat = fstat($stream); +var_dump(filesize(__FILE__) === $stat["size"]); + +?> +DONE +--EXPECT-- +Test +bool(true) +bool(true) +DONE