Skip to content

Commit

Permalink
Fixed phpdoc yii\test\ActiveFixture::load (yiisoft#14292) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shirase authored and samdark committed Jun 18, 2017
1 parent 8d05e81 commit 0973117
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/test/ActiveFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ public function init()
/**
* Loads the fixture.
*
* The default implementation will first clean up the table by calling [[resetTable()]].
* It will then populate the table with the data returned by [[getData()]].
* It populate the table with the data returned by [[getData()]].
*
* If you override this method, you should consider calling the parent implementation
* so that the data returned by [[getData()]] can be populated into the table.
Expand Down

0 comments on commit 0973117

Please sign in to comment.