Added new search data fixtures
This commit is contained in:
parent
bf16077b10
commit
1ab2d0b71c
39 changed files with 414 additions and 0 deletions
16
t/etc/fixtures/data/search/organisations/1.fix
Normal file
16
t/etc/fixtures/data/search/organisations/1.fix
Normal file
|
@ -0,0 +1,16 @@
|
|||
$HASH1 = {
|
||||
country => undef,
|
||||
entity_id
|
||||
=> 5,
|
||||
id => 1,
|
||||
name => 'Test Org',
|
||||
pending => 0,
|
||||
postcode
|
||||
=> 'LA1 1AA',
|
||||
sector => undef,
|
||||
street_name
|
||||
=> 'Test Street',
|
||||
submitted_by_id
|
||||
=> undef,
|
||||
town => 'Lancaster'
|
||||
};
|
16
t/etc/fixtures/data/search/organisations/2.fix
Normal file
16
t/etc/fixtures/data/search/organisations/2.fix
Normal file
|
@ -0,0 +1,16 @@
|
|||
$HASH1 = {
|
||||
country => undef,
|
||||
entity_id
|
||||
=> 7,
|
||||
id => 2,
|
||||
name => 'Avanti Bar & Restaurant',
|
||||
pending => 0,
|
||||
postcode
|
||||
=> 'LA6 2AH',
|
||||
sector => 'I',
|
||||
street_name
|
||||
=> '57 Main St',
|
||||
submitted_by_id
|
||||
=> undef,
|
||||
town => 'Kirkby Lonsdale'
|
||||
};
|
16
t/etc/fixtures/data/search/organisations/3.fix
Normal file
16
t/etc/fixtures/data/search/organisations/3.fix
Normal file
|
@ -0,0 +1,16 @@
|
|||
$HASH1 = {
|
||||
country => undef,
|
||||
entity_id
|
||||
=> 8,
|
||||
id => 3,
|
||||
name => 'Full House Noodle Bar',
|
||||
pending => 0,
|
||||
postcode
|
||||
=> 'LA1 1XD',
|
||||
sector => 'I',
|
||||
street_name
|
||||
=> '21 Common Garden St',
|
||||
submitted_by_id
|
||||
=> undef,
|
||||
town => 'Lancaster'
|
||||
};
|
16
t/etc/fixtures/data/search/organisations/4.fix
Normal file
16
t/etc/fixtures/data/search/organisations/4.fix
Normal file
|
@ -0,0 +1,16 @@
|
|||
$HASH1 = {
|
||||
country => undef,
|
||||
entity_id
|
||||
=> 9,
|
||||
id => 4,
|
||||
name => 'The Quay\'s Fishbar',
|
||||
pending => 0,
|
||||
postcode
|
||||
=> 'LA1 1SS',
|
||||
sector => 'I',
|
||||
street_name
|
||||
=> '1 Adcliffe Rd',
|
||||
submitted_by_id
|
||||
=> undef,
|
||||
town => 'Lancaster'
|
||||
};
|
16
t/etc/fixtures/data/search/organisations/5.fix
Normal file
16
t/etc/fixtures/data/search/organisations/5.fix
Normal file
|
@ -0,0 +1,16 @@
|
|||
$HASH1 = {
|
||||
country => undef,
|
||||
entity_id
|
||||
=> 10,
|
||||
id => 5,
|
||||
name => 'Dan\'s Fishop',
|
||||
pending => 0,
|
||||
postcode
|
||||
=> 'LA1 1LT',
|
||||
sector => 'I',
|
||||
street_name
|
||||
=> '56 North Rd',
|
||||
submitted_by_id
|
||||
=> undef,
|
||||
town => 'Lancaster'
|
||||
};
|
16
t/etc/fixtures/data/search/organisations/6.fix
Normal file
16
t/etc/fixtures/data/search/organisations/6.fix
Normal file
|
@ -0,0 +1,16 @@
|
|||
$HASH1 = {
|
||||
country => undef,
|
||||
entity_id
|
||||
=> 11,
|
||||
id => 6,
|
||||
name => 'Hodgeson\'s Chippy',
|
||||
pending => 0,
|
||||
postcode
|
||||
=> 'LA1 3BH',
|
||||
sector => 'I',
|
||||
street_name
|
||||
=> '96 Prospect St',
|
||||
submitted_by_id
|
||||
=> undef,
|
||||
town => 'Lancaster'
|
||||
};
|
Reference in a new issue