From 60c305fa3f30612e5c7eb41da61ff6922b1aa8a3 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 2 Jan 2014 23:48:52 +0400 Subject: [PATCH] docs improved --- extensions/yii/faker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/yii/faker/README.md b/extensions/yii/faker/README.md index 27529e8..a916061 100644 --- a/extensions/yii/faker/README.md +++ b/extensions/yii/faker/README.md @@ -34,6 +34,8 @@ To use this extension, simply add the following code in your application config ], ], ``` +Set valid ```test``` alias in your console config, for example for ```basic``` application template, this should be added +to ```console.php``` config: ```Yii::setAlias('tests', __DIR__ . '/../tests');``` To start using this command you need to be familiar (read guide) for the Faker library and generate fixtures template files, according to the given format: