diff -r d2af8a210f5d -r 8e4fe6f3337d thd/data/fixtures/fixtures.yml --- a/thd/data/fixtures/fixtures.yml Wed Jun 01 14:07:43 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -# # Populate this file with data to be loaded by your ORM's *:data-load task. -# # You can create multiple files in this directory (i.e. 010_users.yml, -# # 020_articles.yml, etc) which will be loaded in alphabetical order. -# # -# # See documentation for your ORM's *:data-load task for more information. -# -# User: -# fabien: -# username: fabien -# password: changeme -# name: Fabien Potencier -# email: fabien.potencier@symfony-project.com -# kris: -# username: Kris.Wallsmith -# password: changeme -# name: Kris Wallsmith -# email: kris.wallsmith@symfony-project.com