Php versions – Why testing API Platform PUT and PATCH requests does not work but API works with same operations with custom components with DTO
I use Doctrine objects in database that are mapped to DTOs by services with a getComponentDtoFromEntity($component) method to expose them on API Platform 3.2 on Symfony 7.1 and PHP 8.3. Each DTO has a route with needed HTTP verbs which…