$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/IndexName.php
, where FixturePath
stands for the directory containing this fixture class, and IndexName
stands for the name of the index associated with this fixture. You can set this property to be false to prevent loading any data.
Please login to continue.