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'
|
||||
};
|
Reference in a new issue