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. |
Please login to continue.