Update user fixtures with new entity code
This commit is contained in:
parent
bd8b1f91a4
commit
d4ccd0b7a2
20 changed files with 159 additions and 102 deletions
|
@ -1,5 +1,6 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User1',
|
||||
entity_id => 1,
|
||||
full_name => 'Test User1',
|
||||
id => 1,
|
||||
postcode => 'LA1 1AA',
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User2',
|
||||
entity_id => 2,
|
||||
full_name => 'Test User2',
|
||||
id => 2,
|
||||
postcode => 'LA1 1AA',
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User3',
|
||||
entity_id => 3,
|
||||
full_name => 'Test User3',
|
||||
id => 3,
|
||||
postcode => 'LA1 1AA',
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User4',
|
||||
entity_id => 4,
|
||||
full_name => 'Test User4',
|
||||
id => 4,
|
||||
postcode => 'LA1 1AA',
|
||||
|
|
8
t/etc/fixtures/data/users/customers/5.fix
Normal file
8
t/etc/fixtures/data/users/customers/5.fix
Normal file
|
@ -0,0 +1,8 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test Admin',
|
||||
entity_id => 6,
|
||||
full_name => 'Test Admin',
|
||||
id => 5,
|
||||
postcode => 'LA1 1AA',
|
||||
year_of_birth => 2006
|
||||
};
|
Reference in a new issue