From e0954011ce9ae0227c12e174a58e15ff3503c90d Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 5 Jul 2016 01:17:16 +0300 Subject: [PATCH] Added "cd tests" as suggested in https://github.com/yiisoft/yii2-app-basic/issues/63#issuecomment-230354273 --- tests/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/README.md b/tests/README.md index 4b25196..35142d6 100644 --- a/tests/README.md +++ b/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 ```