FOSRestBundle icon indicating copy to clipboard operation
FOSRestBundle copied to clipboard

Fix MimeTypeListenerTest for latest symfony versions

Open W0rma opened this issue 2 months ago • 0 comments

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.

W0rma avatar Oct 29 '25 08:10 W0rma