Added full test data fixture setup
This commit is contained in:
parent
65d509943c
commit
df90f62b7a
54 changed files with 618 additions and 0 deletions
18
t/etc/fixtures/data/full/organisations/1.fix
Normal file
18
t/etc/fixtures/data/full/organisations/1.fix
Normal file
|
@ -0,0 +1,18 @@
|
|||
$HASH1 = {
|
||||
country => undef,
|
||||
entity_id
|
||||
=> 5,
|
||||
id => 1,
|
||||
latitude => 54.04725,
|
||||
longitude
|
||||
=> -2.79611,
|
||||
name => 'Test Org',
|
||||
pending => 0,
|
||||
postcode => 'LA1 1AF',
|
||||
sector => undef,
|
||||
street_name
|
||||
=> 'Test Street',
|
||||
submitted_by_id
|
||||
=> undef,
|
||||
town => 'Lancaster'
|
||||
};
|
18
t/etc/fixtures/data/full/organisations/2.fix
Normal file
18
t/etc/fixtures/data/full/organisations/2.fix
Normal file
|
@ -0,0 +1,18 @@
|
|||
$HASH1 = {
|
||||
country => undef,
|
||||
entity_id
|
||||
=> 6,
|
||||
id => 2,
|
||||
latitude => 54.04679,
|
||||
longitude
|
||||
=> -2.7963,
|
||||
name => 'Test Org 2',
|
||||
pending => 0,
|
||||
postcode => 'LA1 1AG',
|
||||
sector => undef,
|
||||
street_name
|
||||
=> 'Test Street',
|
||||
submitted_by_id
|
||||
=> undef,
|
||||
town => 'Lancaster'
|
||||
};
|
Reference in a new issue