X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fmessagebody005.phpt;h=72f402d9ccee2110747398735de138639ead4a1b;hp=2d1d8b27dcc125795a7059b978e6a4eb9e8777d1;hb=1cf96ccdd9eec5efd69ea474636bcb9f7ab89bb8;hpb=66fa9343d0baa905d6d485f952723093418f1e86 diff --git a/tests/messagebody005.phpt b/tests/messagebody005.phpt index 2d1d8b2..72f402d 100644 --- a/tests/messagebody005.phpt +++ b/tests/messagebody005.phpt @@ -9,13 +9,17 @@ include "skipif.inc"; echo "Test\n"; $temp = new http\Message\Body; +var_dump($temp->getBoundary()); $temp->addPart(new http\Message("This: is a header\n\nand this is the data\n")); +var_dump($temp->getBoundary()); echo $temp; ?> DONE --EXPECTF-- Test +NULL +string(%d) "%x.%x" --%x.%x This: is a header Content-Length: 21