Using SQLite to dramatically increase speed of integrated tests in Lumen
Problem
I had a problem in Lumen where each of my integrated tests ran for about a minute. This was slow and counterproductive for me. My initial setup was using a separate MySQL testing database to conduct the integrated tests. I tried to use an SQL...
jgrivera.hashnode.dev2 min read