MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@94429 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2009-12-06 02:35:07 +00:00
parent 7b17559ded
commit efb81e59b9
1 changed files with 14 additions and 0 deletions

14
tests/Bare.yml Normal file
View File

@ -0,0 +1,14 @@
Group:
admins:
Title: Administrators
Permission:
admin:
Code: ADMIN
Group: =>Group.admins
Member:
admin:
Email: admin
Password: password
Groups: =>Group.admins