Added new search data fixtures
This commit is contained in:
parent
bf16077b10
commit
1ab2d0b71c
39 changed files with 414 additions and 0 deletions
8
t/etc/fixtures/data/search/users/1.fix
Normal file
8
t/etc/fixtures/data/search/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-08-31 12:17:25',
|
||||
password => '$2a$08$HSuznDeSU1fuONwKhp2/S.TX/X4p4g0dHtz20kVXxprm8hIg5QQma'
|
||||
};
|
8
t/etc/fixtures/data/search/users/2.fix
Normal file
8
t/etc/fixtures/data/search/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-08-31 12:17:25',
|
||||
password => '$2a$08$5XYLWPJvVGuWUvfSWj9cIOg4/tyB4fZ3knzwgw5UnBSKFBFIKOiFC'
|
||||
};
|
8
t/etc/fixtures/data/search/users/3.fix
Normal file
8
t/etc/fixtures/data/search/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-08-31 12:17:25',
|
||||
password => '$2a$08$p5VU4leHetEvuz2P3uMfYuuPTkDGg8wsM7QuSVKkXR.s3B9T2JaVW'
|
||||
};
|
8
t/etc/fixtures/data/search/users/4.fix
Normal file
8
t/etc/fixtures/data/search/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-08-31 12:17:25',
|
||||
password => '$2a$08$fkkTUYA9zvt32iBbN7aOcOnmiHzOkbMEjN31PB9CsitGrE.KF7cAG'
|
||||
};
|
8
t/etc/fixtures/data/search/users/5.fix
Normal file
8
t/etc/fixtures/data/search/users/5.fix
Normal file
|
@ -0,0 +1,8 @@
|
|||
$HASH1 = {
|
||||
email => 'org@example.com',
|
||||
entity_id => 5,
|
||||
id => 5,
|
||||
is_admin => 0,
|
||||
join_date => '2017-08-31 12:17:25',
|
||||
password => '$2a$08$MWC45.w1AnLPNNHiS96ICOHfNlTrIqB0.7OPzy5qB.z0pZB0theo.'
|
||||
};
|
8
t/etc/fixtures/data/search/users/6.fix
Normal file
8
t/etc/fixtures/data/search/users/6.fix
Normal file
|
@ -0,0 +1,8 @@
|
|||
$HASH1 = {
|
||||
email => 'admin@example.com',
|
||||
entity_id => 6,
|
||||
id => 6,
|
||||
is_admin => 1,
|
||||
join_date => '2017-08-31 12:17:25',
|
||||
password => '$2a$08$1sPcPB9GnoNgzhBAk2bHSOqEmv6.Y6YLrAa2DJ6TR2WefzTYZQ92G'
|
||||
};
|
Reference in a new issue