From: Michael Wallner Date: Thu, 10 Jul 2014 12:30:16 +0000 (+0200) Subject: Merge branch 'R_2_0' X-Git-Tag: RELEASE_2_1_0_RC1~24 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=378ac49eac85b36e9db715523bd514de9730d3e4;hp=7d5abf6683cab5202710d5e89cd961730f945dcf Merge branch 'R_2_0' --- 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