php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.3k stars 42 forks source link

Test also body and headers in message factory tests #54

Closed tuupola closed 8 years ago

tuupola commented 8 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets #53
Documentation
License MIT

What's in this PR?

Add checks for body and headers to message factory tests.

Why?

To make sure I did not mess up anything with #53.

Nyholm commented 8 years ago

Thank you