lchrusciel / ApiTestCase

Handy PHPUnit test case for testing JSON APIs in your Symfony applications.
MIT License
410 stars 35 forks source link

fix api header content type with charset #122

Closed loic425 closed 6 years ago

loic425 commented 6 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related tickets
License MIT

This fix allows to have a json header with "Content-type: application/json; charset=utf-8".

I need help to create an endpoint with this content-type to add a test case to validate this fix.

lchrusciel commented 6 years ago

Thanks Loic and welcome to ATC contributors :D 🐋

lchrusciel commented 6 years ago

and new tag published ;)