Codeception / module-yii2

Codeception module for Yii2 framework
MIT License
16 stars 36 forks source link

Load dump #84

Closed rizort closed 1 year ago

rizort commented 1 year ago

Is it relevant to add possibility to load dump? In some cases fixtures loads very slow compare to dump, especially if you reloads all fixtures in each test (to remove the need to manually import the necessary fixtures in each test method). You may need dump in case, when you have several dozens of tables, which contains data of few years.

samdark commented 1 year ago

I think this is already possible with db module: https://codeception.com/docs/modules/Db