thd/data/fixtures/fixtures.yml
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     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