Browse Source

docs improved

tags/2.0.0-beta
Mark 11 years ago
parent
commit
60c305fa3f
  1. 2
      extensions/yii/faker/README.md

2
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:

Loading…
Cancel
Save