X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=phpunit%2FMessageBodyTest.php;h=0218af1bc3550908f333bca3d461f9b8d06bce72;hb=61067d19cf03ad876954c2644ff9e37942b2ad67;hp=708d3174863d545028f9f3279817fcafd04e7374;hpb=3de3e5f65db0e7c24849c0e7c60c54a4e8566422;p=m6w6%2Fext-http diff --git a/phpunit/MessageBodyTest.php b/phpunit/MessageBodyTest.php index 708d317..0218af1 100644 --- a/phpunit/MessageBodyTest.php +++ b/phpunit/MessageBodyTest.php @@ -106,4 +106,8 @@ class MessageBodyTest extends PHPUnit_Framework_TestCase { ); $this->assertEquals($s, (string) $this->file); } + + function testClone() { + $this->assertEquals((string) $this->file, (string) clone $this->file); + } }