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

updated tests readme

close #4
Carsten Brandt преди 10 години
родител
ревизия
bea667efdc
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      tests/README.md

+ 3 - 0
tests/README.md

@@ -33,6 +33,9 @@ After creating the basic application, follow these steps to prepare for the test
    codeception/bin/yii migrate
    ```
 
+   The command needs to be run in the `tests` directory.
+   The database configuration can be found at `tests/codeception/config/config.php`.
+
 4. Build the test suites:
 
    ```