test\FixtureTrait loadFixtures()

loadFixtures() public method

Loads the specified fixtures.

This method will call yii\test\Fixture::load() for every fixture object.

public void loadFixtures ( $fixtures = null )
$fixtures yii\test\Fixture[]

The fixtures to be loaded. If this parameter is not specified, the return value of getFixtures() will be used.

doc_Yii
2016-10-30 17:13:12
Comments
Leave a Comment

Please login to continue.