Added users fixture set
This commit is contained in:
parent
df7f1de1a6
commit
cc046f517b
21 changed files with 296 additions and 0 deletions
7
t/etc/fixtures/data/users/customers/1.fix
Normal file
7
t/etc/fixtures/data/users/customers/1.fix
Normal file
|
@ -0,0 +1,7 @@
|
|||
$HASH1 = {
|
||||
display_name => 'Test User1',
|
||||
full_name => 'Test User1',
|
||||
id => 1,
|
||||
postcode => 'LA1 1AA',
|
||||
year_of_birth => 2006
|
||||
};
|
Reference in a new issue