Hi,
I installed Yii Advanced application (still nothing changed in the code). I set DB configs, ran migration - everything OK. Then I downloaded codecept.phar and installed verify and specify libraries via composer. But when I run "php codecept.phar run", I get error: [yii\base\InvalidConfigException] Table does not exist: {{%user}}.
When I try the same on Basic application, everything works. There is the problem?
Thanks!