mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
7b17559ded
commit
efb81e59b9
14
tests/Bare.yml
Normal file
14
tests/Bare.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user