Skip to content

Commit

Permalink
Added user fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Guigan committed Mar 7, 2014
1 parent 40b0c06 commit 67787ee
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Resources/fixtures/minimal/users.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
users:
admin:
username: admin
password: admin
email: [email protected]
firstname: Peter
lastname: Doe
owner: Main
catalog_locale: en_US
catalog_scope: ecommerce
default_tree: master
role: ROLE_ADMINISTRATOR
enable: true
13 changes: 13 additions & 0 deletions Resources/fixtures/minimal_FR/users.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
users:
admin:
username: admin
password: admin
email: [email protected]
firstname: Peter
lastname: Doe
owner: Main
catalog_locale: en_US
catalog_scope: ecommerce
default_tree: master
role: ROLE_ADMINISTRATOR
enable: true

0 comments on commit 67787ee

Please sign in to comment.