Browse Source

docs added

tags/2.0.0-beta
Mark 11 years ago
parent
commit
51bfe1a3a4
  1. 3
      docs/guide/console-fixture.md

3
docs/guide/console-fixture.md

@ -13,7 +13,8 @@ Yii supports database fixtures via the `yii fixture` command line tool. This too
Fixtures format
---------------
Fixtures are just plain php files returning array, as follows:
Fixtures are just plain php files returning array. These files are usually stored under `@tests/unit/fixtures` path, but it
can be [configured](#configure-command-globally) in other way. Example of fixture file:
```
#users.php file under fixtures path

Loading…
Cancel
Save