Hi.
I'm using Laravel Sail, I've read docs section and I'm curious how to create MySQL database container to feature testing.
Default phpunit.xml with SQLite works fine, but I want to use the same database as in dev and production.
@jewelofthenile It should use docker volume for setting up the database.
Once you can able to access the database with any client or command line, and if you want to run the test on the same database, then taking off the following lines should work (not tested).