Added users fixture set
This commit is contained in:
parent
df7f1de1a6
commit
cc046f517b
21 changed files with 296 additions and 0 deletions
11
t/etc/fixtures/data/users/users/1.fix
Normal file
11
t/etc/fixtures/data/users/users/1.fix
Normal file
|
@ -0,0 +1,11 @@
|
|||
$HASH1 = {
|
||||
customer_id
|
||||
=> 1,
|
||||
email => 'test1@example.com',
|
||||
id => 1,
|
||||
join_date
|
||||
=> '2017-08-25 15:36:11',
|
||||
organisation_id
|
||||
=> undef,
|
||||
password => '$2a$08$yCau6xDkRFZINg80iVvMh.M3JnLq2g.LJ7GMJL5KQvO45pDL.D/Rq'
|
||||
};
|
11
t/etc/fixtures/data/users/users/2.fix
Normal file
11
t/etc/fixtures/data/users/users/2.fix
Normal file
|
@ -0,0 +1,11 @@
|
|||
$HASH1 = {
|
||||
customer_id
|
||||
=> 2,
|
||||
email => 'test2@example.com',
|
||||
id => 2,
|
||||
join_date
|
||||
=> '2017-08-25 15:36:11',
|
||||
organisation_id
|
||||
=> undef,
|
||||
password => '$2a$08$BZAsbHSW8TN/jlL2DFGDoeKFRKzj2dQTBwatxb0p/maefEcWcziom'
|
||||
};
|
11
t/etc/fixtures/data/users/users/3.fix
Normal file
11
t/etc/fixtures/data/users/users/3.fix
Normal file
|
@ -0,0 +1,11 @@
|
|||
$HASH1 = {
|
||||
customer_id
|
||||
=> 3,
|
||||
email => 'test3@example.com',
|
||||
id => 3,
|
||||
join_date
|
||||
=> '2017-08-25 15:36:11',
|
||||
organisation_id
|
||||
=> undef,
|
||||
password => '$2a$08$xdkD/OA5izrOX9cvJDa4i..8T3YGmfVSo/G87wDRoGWnQmlC0gxOW'
|
||||
};
|
11
t/etc/fixtures/data/users/users/4.fix
Normal file
11
t/etc/fixtures/data/users/users/4.fix
Normal file
|
@ -0,0 +1,11 @@
|
|||
$HASH1 = {
|
||||
customer_id
|
||||
=> 4,
|
||||
email => 'test4@example.com',
|
||||
id => 4,
|
||||
join_date
|
||||
=> '2017-08-25 15:36:11',
|
||||
organisation_id
|
||||
=> undef,
|
||||
password => '$2a$08$svjdm.Syn3f062pDIN3/ROTUU7W16n0zJFm9/sm3x7pfbMLZFV.5G'
|
||||
};
|
11
t/etc/fixtures/data/users/users/5.fix
Normal file
11
t/etc/fixtures/data/users/users/5.fix
Normal file
|
@ -0,0 +1,11 @@
|
|||
$HASH1 = {
|
||||
customer_id
|
||||
=> undef,
|
||||
email => 'org@example.com',
|
||||
id => 5,
|
||||
join_date
|
||||
=> '2017-08-25 15:36:11',
|
||||
organisation_id
|
||||
=> 1,
|
||||
password => '$2a$08$3PkZF7D9FiOq8hgU7cJ6puY86Fkl34bQj6dZeJRXPU8hhJIMZtge2'
|
||||
};
|
Reference in a new issue