API Platform version(s) affected: ^3.0
Description
This is in direct relation to symfony/symfony#46445 with Symfony ^6.1.
The proposed temporary fix symfony/symfony#46445 (comment) does not work well when using ApiPlatform\Symfony\Bundle\Test\Client as we need to call an internal method:
// $client::getResponse() marked @internal
$content = $client->getResponse()->getBrowserKitResponse()->getContent();
API Platform version(s) affected: ^3.0
Description
This is in direct relation to symfony/symfony#46445 with Symfony ^6.1.
The proposed temporary fix symfony/symfony#46445 (comment) does not work well when using
ApiPlatform\Symfony\Bundle\Test\Clientas we need to call an internal method: