module-db
module-db copied to clipboard
Add tear down test for rows created with `haveInDatabase`on a table without auto increment
- Test rows created with
haveInDatabaseare correctly deleted during tear down if the table has no auto increment at all - Uniformise database connection by consistently using
MYSQL_DSNinstead of a combination ofMYSQL_HOSTand string template. - Swap
MariaDB 10.5forMysql 5.7indocker-compose.ymlto be coherent with CI. - Create a non-root user in the
Dockerfile.php81to follow composer security guidelines.