Fixtures
Fixtures are mock data for testing and development. They are stored in data/fixtures directory.
Fixtures are loaded automatically for integration tests. Fixtures load after seed data and can depend
on seed data records.
Syntax
$ vela fixtures <action> The action can be one of the following:
load- Load fixture data from the databasesave- Save fixture data to the databaseclear- Clear all fixture data from the database