Added full test data fixture setup

This commit is contained in:
Tom Bloor 2017-09-26 17:49:16 +01:00
parent 65d509943c
commit df90f62b7a
54 changed files with 618 additions and 0 deletions

View file

@ -0,0 +1,8 @@
$HASH1 = {
email => 'test1@example.com',
entity_id => 1,
id => 1,
is_admin => 0,
join_date => '2017-09-26 16:46:07',
password => '$2a$08$6CPa/BnjeTVEiYKxIyc2VeDn.5Feer6vSUZ1GnR7mMK.NOLulxeK6'
};

View file

@ -0,0 +1,8 @@
$HASH1 = {
email => 'test2@example.com',
entity_id => 2,
id => 2,
is_admin => 0,
join_date => '2017-09-26 16:46:07',
password => '$2a$08$vYQVGmZ3JHnRhHG63l/o2Op/iCvzE0C16lNGeuOoMuY5NOvFbKABC'
};

View file

@ -0,0 +1,8 @@
$HASH1 = {
email => 'test3@example.com',
entity_id => 3,
id => 3,
is_admin => 0,
join_date => '2017-09-26 16:46:07',
password => '$2a$08$TwGM55wGoR3RiiurPVhIYem4i4dm84ADWK1NHjDELApXSw2n9lloe'
};

View file

@ -0,0 +1,8 @@
$HASH1 = {
email => 'test4@example.com',
entity_id => 4,
id => 4,
is_admin => 0,
join_date => '2017-09-26 16:46:07',
password => '$2a$08$2dp0fMs/CWTQglOEOTCSduyXWrknO7XrfUmmUty1Uoy9ljCv6rR8e'
};

View file

@ -0,0 +1,8 @@
$HASH1 = {
email => 'org1@example.com',
entity_id => 5,
id => 5,
is_admin => 0,
join_date => '2017-09-26 16:46:07',
password => '$2a$08$f1OC7odxIXTtPN5EfXFdrO5/7QqzwVbqLpN6UOiV0nPW4tvETQEE2'
};

View file

@ -0,0 +1,8 @@
$HASH1 = {
email => 'org2@example.com',
entity_id => 6,
id => 6,
is_admin => 0,
join_date => '2017-09-26 16:46:07',
password => '$2a$08$PwazoBpY7oXR5lXgNL4Mv.givt1J6vuclDtxltJKlBHJL1xkOjXMy'
};

View file

@ -0,0 +1,8 @@
$HASH1 = {
email => 'admin@example.com',
entity_id => 7,
id => 7,
is_admin => 1,
join_date => '2017-09-26 16:46:07',
password => '$2a$08$PKmst2sVN6N1Qrp9i98GYuWW.mwVrOAktQYCP.ibu7eLDYVP3yja2'
};