Added users fixture set
This commit is contained in:
parent
df7f1de1a6
commit
cc046f517b
21 changed files with 296 additions and 0 deletions
10
t/etc/fixtures/data/users/organisations/1.fix
Normal file
10
t/etc/fixtures/data/users/organisations/1.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
$HASH1 = {
|
||||
id => 1,
|
||||
name => 'Test Org',
|
||||
postcode
|
||||
=> 'LA1 1AA',
|
||||
sector => undef,
|
||||
street_name
|
||||
=> 'Test Street',
|
||||
town => 'Lancaster'
|
||||
};
|
Reference in a new issue