Added full test data fixture setup
This commit is contained in:
parent
65d509943c
commit
df90f62b7a
54 changed files with 618 additions and 0 deletions
4
t/etc/fixtures/data/full/entities/2.fix
Normal file
4
t/etc/fixtures/data/full/entities/2.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 2,
|
||||
type => 'customer'
|
||||
};
|
Reference in a new issue