Hi there, I have successfully got testing working with endpoints and session, but the next hurdle I have is testing on a database.
I do not want to use sqlite or run any migrations, because I don't have any migrations. I would just like to use the existing database setting and work with that. As it is just local development and no real live data it is absolutely fine for me to add or drop columns.
What is the easiest way to do this? Do I edit the PHPXML file, or the config file, or create a .env.testing file.
This question is EXPLICITLY for Package development ONLY.