Преглед на файлове

Added "cd tests" as suggested in https://github.com/yiisoft/yii2-app-basic/issues/63#issuecomment-230354273

Alexander Makarov преди 9 години
родител
ревизия
e0954011ce
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      tests/README.md

+ 1 - 0
tests/README.md

@@ -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
    ```