test\FixtureTrait unloadFixtures()

unloadFixtures() public method

Unloads the specified fixtures.

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

public void unloadFixtures ( $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:13
Comments
Leave a Comment

Please login to continue.