Created
September 7, 2016 20:03
-
-
Save simshaun/935c0355a40e5fd83c41bf404313a97b to your computer and use it in GitHub Desktop.
Alice fixture
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
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