Added new search data fixtures
This commit is contained in:
parent
bf16077b10
commit
1ab2d0b71c
39 changed files with 414 additions and 0 deletions
8
t/etc/fixtures/data/search/customers/3.fix
Normal file
8
t/etc/fixtures/data/search/customers/3.fix
Normal file
|
@ -0,0 +1,8 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User3',
|
||||
entity_id => 3,
|
||||
full_name => 'Test User3',
|
||||
id => 3,
|
||||
postcode => 'LA1 1AA',
|
||||
year_of_birth => 2006
|
||||
};
|
Reference in a new issue