Now that DB is added, need fixtures for initial setup.
Here's a sample fixture that can be used:
https://jsonbin.io/5a9db48ca121bc097fe7a3ff
Advantages of Fixtures:
- Loading a database with a specific, known set of data
- Erasing a hard disk and installing a known clean operating system installation
- Copying a specific known set of files
- Preparation of input data and set-up/creation of fake or mock objects
A lot of packages provide such functionality. Like this.
Now that DB is added, need fixtures for initial setup.
Here's a sample fixture that can be used:
https://jsonbin.io/5a9db48ca121bc097fe7a3ff
Advantages of Fixtures:
A lot of packages provide such functionality. Like this.