Acceptance Tests Does Not Use Db_Test

Hello Guys,

I can run all tests, and with functional tests everything is ok.

I run the tests, codeception use my db_test, and then clean it up.

But with acceptance tests codeception allways use my main DB.

All config files are ok, I checked many times.

How can I fix it?

Thanks

the problem was not using Yii2 module in acceptance.suite.yml

Solved!