You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I don't know if it's a bug or the expected behaviour.
When I do use the RecreateDatabaseTrait from theofidry/alicebundle, the database is recreated each time the kernel is booted.
However, if I want to use multiple client (using the ApiPlatform\Symfony\Bundle\Test\ApiTestCase::createClient) or if the kernel is already booted, this cause problem because the database is recreated as the kernel is always booted without check.