fixtures.yml 608 B

123456789101112131415161718
  1. # # Populate this file with data to be loaded by your ORM's *:data-load task.
  2. # # You can create multiple files in this directory (i.e. 010_users.yml,
  3. # # 020_articles.yml, etc) which will be loaded in alphabetical order.
  4. # #
  5. # # See documentation for your ORM's *:data-load task for more information.
  6. #
  7. # User:
  8. # fabien:
  9. # username: fabien
  10. # password: changeme
  11. # name: Fabien Potencier
  12. # email: fabien.potencier@symfony-project.com
  13. # kris:
  14. # username: Kris.Wallsmith
  15. # password: changeme
  16. # name: Kris Wallsmith
  17. # email: kris.wallsmith@symfony-project.com