Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 310 Bytes

testing.md

File metadata and controls

17 lines (16 loc) · 310 Bytes

Testing

To run tests:

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