This commit is contained in:
Alexander Makarov 2016-07-05 01:17:16 +03:00 committed by GitHub
parent d579eb6434
commit e0954011ce

View File

@ -30,6 +30,7 @@ After creating the basic application, follow these steps to prepare for the test
3. Create `yii2_basic_tests` database and update it by applying migrations (you may skip this step if you do not have created any migrations yet):
```
cd tests
codeception/bin/yii migrate
```