From 51bfe1a3a439c1a491303d30e8845801c37e4f67 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 5 Jan 2014 06:20:48 +0400 Subject: [PATCH] docs added --- docs/guide/console-fixture.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/console-fixture.md b/docs/guide/console-fixture.md index 0ec7401..01b136f 100644 --- a/docs/guide/console-fixture.md +++ b/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