Codeception / module-db

DB module for Codeception
MIT License
23 stars 24 forks source link

2.0:feat(multi-application): allow absolute path in dump files #38

Open calvinalkan opened 2 years ago

calvinalkan commented 2 years ago

This is highly useful in multi-application setups where dump files may not be inside the project directory but in a shared fixture directory.

The current alternative is to symlink each file into the project dir.