FOSRestBundle
FOSRestBundle copied to clipboard
Fix MimeTypeListenerTest for latest symfony versions
Symfony 7.4 added mime type mapping for soap (see https://github.com/symfony/symfony/pull/61267).
This PR makes the MimeTypeListenerTest more robust by not expecting null explicitly but to check that the mime type was not changed.