laravel-api-boilerplate icon indicating copy to clipboard operation
laravel-api-boilerplate copied to clipboard

problem with current test unit

Open Master-maynd opened this issue 3 years ago • 2 comments

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 avatar Feb 26 '22 12:02 Master-maynd

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

Master-maynd avatar Mar 05 '22 08:03 Master-maynd

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.

specialtactics avatar Aug 20 '22 09:08 specialtactics