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: