Skip to content

Instantly share code, notes, and snippets.

@simshaun
Created September 7, 2016 20:03
Show Gist options
  • Save simshaun/935c0355a40e5fd83c41bf404313a97b to your computer and use it in GitHub Desktop.
Save simshaun/935c0355a40e5fd83c41bf404313a97b to your computer and use it in GitHub Desktop.
Alice fixture
Model\Address (local):
address_{1..20}:
street: <streetName()>
city: <city()>
state: 'NC'
zip: <postcode()>
Entity\Foo:
foo_{1..20}:
name (unique): <company()>
address: '@address_<current()>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment