module-db icon indicating copy to clipboard operation
module-db copied to clipboard

DB module for Codeception

Results 25 module-db issues
Sort by recently updated
recently updated
newest added

Hello! I have in my postgres DB table with 1 serial column (id) and not able to insert a row into this table in my test. I could insert a...

#### Problem Currently, all records, added by `haveInDatabase()` method during test, are automatically removed after the end of the test. Although this is a documented behaviour, for me it adds...

#### Problem Currently we have configuration params `cleanup` and `skip_cleanup_if_failed`. Despite their names sound similar, they are responsible for completely different things: `cleanup` controls the database re-creation before each test,...

I want use this codeception module on project where we run test cases inside database transactions. I already did some hacks on my project to achieve that; and also i...