dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
26 stars 4 forks source link

Check database type when executing functional tests #211

Closed MarioRadu closed 6 months ago

MarioRadu commented 7 months ago

We should check the database type when executing functional tests and if the database type is not a in-memory one throw an exception. Tests should not run using a real database.

alexmerlin commented 6 months ago

Implemented in #212