From bea667efdcbc4a861f888394cba48b79ad5e51f2 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 6 Aug 2015 00:21:54 +0200 Subject: [PATCH] updated tests readme close #4 --- tests/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/README.md b/tests/README.md index 2e1b1ae..a34f68b 100644 --- a/tests/README.md +++ b/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: ```