Skip to content

Instantly share code, notes, and snippets.

@Etheriq
Created October 21, 2015 12:29
Show Gist options
  • Save Etheriq/c451ac92b88c9d8cb3b5 to your computer and use it in GitHub Desktop.
Save Etheriq/c451ac92b88c9d8cb3b5 to your computer and use it in GitHub Desktop.
example user generation with true password
AppBundle\Entity\User:
user{1..30}:
name: <name()>
email: <email()>
password: <encodePassword(@self, "123")>
address: <address()>
lat: <latitude()>
lng: <longitude()>
phone: <phoneNumber()>
zip: <postcode()>
website: <domainName()>
ip: <ipv4()>
products: 2x @product*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment