Added full test data fixture setup
This commit is contained in:
parent
65d509943c
commit
df90f62b7a
54 changed files with 618 additions and 0 deletions
10
t/etc/fixtures/data/full/customers/1.fix
Normal file
10
t/etc/fixtures/data/full/customers/1.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User1',
|
||||
entity_id => 1,
|
||||
full_name => 'Test User1',
|
||||
id => 1,
|
||||
latitude => 54.04,
|
||||
longitude => -2.8,
|
||||
postcode => 'LA1 1AA',
|
||||
year_of_birth => 2006
|
||||
};
|
10
t/etc/fixtures/data/full/customers/2.fix
Normal file
10
t/etc/fixtures/data/full/customers/2.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User2',
|
||||
entity_id => 2,
|
||||
full_name => 'Test User2',
|
||||
id => 2,
|
||||
latitude => 54.04,
|
||||
longitude => -2.8,
|
||||
postcode => 'LA1 1AB',
|
||||
year_of_birth => 2006
|
||||
};
|
10
t/etc/fixtures/data/full/customers/3.fix
Normal file
10
t/etc/fixtures/data/full/customers/3.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User3',
|
||||
entity_id => 3,
|
||||
full_name => 'Test User3',
|
||||
id => 3,
|
||||
latitude => 54.05,
|
||||
longitude => -2.8,
|
||||
postcode => 'LA1 1AD',
|
||||
year_of_birth => 2006
|
||||
};
|
10
t/etc/fixtures/data/full/customers/4.fix
Normal file
10
t/etc/fixtures/data/full/customers/4.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User4',
|
||||
entity_id => 4,
|
||||
full_name => 'Test User4',
|
||||
id => 4,
|
||||
latitude => 54.04,
|
||||
longitude => -2.8,
|
||||
postcode => 'LA1 1AE',
|
||||
year_of_birth => 2006
|
||||
};
|
10
t/etc/fixtures/data/full/customers/5.fix
Normal file
10
t/etc/fixtures/data/full/customers/5.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test Admin',
|
||||
entity_id => 7,
|
||||
full_name => 'Test Admin',
|
||||
id => 5,
|
||||
latitude => 54.05,
|
||||
longitude => -2.8,
|
||||
postcode => 'LA1 1AH',
|
||||
year_of_birth => 2006
|
||||
};
|
Reference in a new issue