Last active
December 19, 2015 01:19
-
-
Save jaromirmuller/5875401 to your computer and use it in GitHub Desktop.
phpunit / yaml / fixtures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scope: | |
website: # Initialize websites | |
- website_id: 2 | |
code: nsc_website | |
name: NoStress Website | |
default_group_id: 2 | |
group: # Initializes store groups | |
- group_id: 2 | |
website_id: 2 | |
name: NoStress Store Group | |
default_store_id: 2 | |
root_category_id: 2 # Default Category | |
store: # Initializes store views | |
- store_id: 2 | |
website_id: 2 | |
group_id: 2 | |
code: nsc | |
name: NoStress Store | |
is_active: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment