Skip to content

Commit

Permalink
Update test-fixture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jan 23, 2014
1 parent 8735cdb commit 0eb9ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/test-fixture.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class UserProfileFixture extends ActiveFixture
public $modelClass = 'app\models\UserProfile';
public $depends = ['app\tests\fixtures\UserFixture'];
}

```

In the above, we have shown how to define a fixture about a DB table. To define a fixture not related with DB
(e.g. a fixture about certain files and directories), you may extend from the more general base class
Expand Down

0 comments on commit 0eb9ff1

Please sign in to comment.