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

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