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