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