Skip to content

Instantly share code, notes, and snippets.

@jaromirmuller
Last active December 19, 2015 01:19
Show Gist options
  • Save jaromirmuller/5875401 to your computer and use it in GitHub Desktop.
Save jaromirmuller/5875401 to your computer and use it in GitHub Desktop.
phpunit / yaml / fixtures
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