I write this because the official yii2 documentation is still incomplete, and the coding documentation itself refers to the official yii2 documents .. :).
I have a few questions:
- My yii2 root directory has a "tests / code generation" directory, does this mean that coding is already installed in my project?
- vendor / yiisoft has another "yii2-codeception" code directory, what is it?
- The documentation says to create the yii2_basic_tests database and perform the migration, but the migration script only creates the migration table, is this correct?
- does integration with yii2 provide some web interface or should i run tests from console scripts?
Can someone explain to me how to install and configure code generation in the base yii2 application step by step?
thank
Alessandro
source
share