To run tests:
- Rename
tests/.env.dist
totests/.env
and edit it to set your local settings - Create
yii2-starter-kit-test
database - Setup application
php tests/codeception/bin/yii app/setup
- Start web server
php -S localhost:8080
- Run tests:
codecept run