Added full test data fixture setup

This commit is contained in:
Tom Bloor 2017-09-26 17:49:16 +01:00
parent 65d509943c
commit df90f62b7a
54 changed files with 618 additions and 0 deletions

View 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'
};