specialtactics / laravel-api-boilerplate

Laravel API Boilerplate | Quickly build quality API products!
MIT License
490 stars 94 forks source link

problem with current test unit #65

Closed Master-maynd closed 1 year ago

Master-maynd commented 2 years ago

with mysql it composer test gives an error Error in bootstrap script: Illuminate\Database\QueryException: SQLSTATE[08006] [7] received invalid response to SSL negotiation: Y (SQL: select tablename from pg_catalog.pg_tables where schemaname in ('public'))

Master-maynd commented 2 years ago

when testing sqllite is set to memory this code $console->call('migrate:fresh', ['--seed' => true]); in he bootstrap file does not create the tables and all db tests fail. Kindly help

specialtactics commented 2 years ago

Hey @Master-maynd that error is a postgres error, I think you haven't changed your local setup properly to MySQL if you are intending to use that.