Added users fixture set

This commit is contained in:
Tom Bloor 2017-08-25 16:36:43 +01:00
parent df7f1de1a6
commit cc046f517b
21 changed files with 296 additions and 0 deletions

View file

@ -0,0 +1,10 @@
$HASH1 = {
id => 1,
name => 'Test Org',
postcode
=> 'LA1 1AA',
sector => undef,
street_name
=> 'Test Street',
town => 'Lancaster'
};