Added full test data fixture setup
This commit is contained in:
parent
65d509943c
commit
df90f62b7a
54 changed files with 618 additions and 0 deletions
8
t/etc/fixtures/data/full/users/1.fix
Normal file
8
t/etc/fixtures/data/full/users/1.fix
Normal 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'
|
||||
};
|
8
t/etc/fixtures/data/full/users/2.fix
Normal file
8
t/etc/fixtures/data/full/users/2.fix
Normal 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'
|
||||
};
|
8
t/etc/fixtures/data/full/users/3.fix
Normal file
8
t/etc/fixtures/data/full/users/3.fix
Normal 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'
|
||||
};
|
8
t/etc/fixtures/data/full/users/4.fix
Normal file
8
t/etc/fixtures/data/full/users/4.fix
Normal 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'
|
||||
};
|
8
t/etc/fixtures/data/full/users/5.fix
Normal file
8
t/etc/fixtures/data/full/users/5.fix
Normal 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'
|
||||
};
|
8
t/etc/fixtures/data/full/users/6.fix
Normal file
8
t/etc/fixtures/data/full/users/6.fix
Normal 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'
|
||||
};
|
8
t/etc/fixtures/data/full/users/7.fix
Normal file
8
t/etc/fixtures/data/full/users/7.fix
Normal 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'
|
||||
};
|
Reference in a new issue