test\ActiveFixture $dataFile

$dataFile public property

The file path or path alias of the data file that contains the fixture data to be returned by getData(). If this is not set, it will default to FixturePath/data/TableName.php, where FixturePath stands for the directory containing this fixture class, and TableName stands for the name of the table associated with this fixture. You can set this property to be false to prevent loading any data.

public string|boolean $dataFile = null
doc_Yii
2016-10-30 17:13:04
Comments
Leave a Comment

Please login to continue.