Pest tests boot with SQLite in-memory by default. Run:

./vendor/bin/pest

If you need a MySQL run, copy .env.example to .env.testing and set DB variables, then run migrations and tests.
