"symfony 4.4 deprecation warning for multiple clients in user test is deprecated, still present in documentation" Code Answer

1

you need to shutdown the kernel. webtestcase extends kerneltestcase, which provides a static method self::ensurekernelshutdown().

call this before creating the clients.

this is indeed still missing from the documentation.

By cocoahero on September 2 2022
Only authorized users can answer the Search term. Please sign in first, or register a free account.