Added new search data fixtures
This commit is contained in:
parent
bf16077b10
commit
1ab2d0b71c
39 changed files with 414 additions and 0 deletions
4
t/etc/fixtures/data/search/entities/1.fix
Normal file
4
t/etc/fixtures/data/search/entities/1.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 1,
|
||||
type => 'customer'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/10.fix
Normal file
4
t/etc/fixtures/data/search/entities/10.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 10,
|
||||
type => 'organisation'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/11.fix
Normal file
4
t/etc/fixtures/data/search/entities/11.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 11,
|
||||
type => 'organisation'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/2.fix
Normal file
4
t/etc/fixtures/data/search/entities/2.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 2,
|
||||
type => 'customer'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/3.fix
Normal file
4
t/etc/fixtures/data/search/entities/3.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 3,
|
||||
type => 'customer'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/4.fix
Normal file
4
t/etc/fixtures/data/search/entities/4.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 4,
|
||||
type => 'customer'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/5.fix
Normal file
4
t/etc/fixtures/data/search/entities/5.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 5,
|
||||
type => 'organisation'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/6.fix
Normal file
4
t/etc/fixtures/data/search/entities/6.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 6,
|
||||
type => 'customer'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/7.fix
Normal file
4
t/etc/fixtures/data/search/entities/7.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 7,
|
||||
type => 'organisation'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/8.fix
Normal file
4
t/etc/fixtures/data/search/entities/8.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 8,
|
||||
type => 'organisation'
|
||||
};
|
4
t/etc/fixtures/data/search/entities/9.fix
Normal file
4
t/etc/fixtures/data/search/entities/9.fix
Normal file
|
@ -0,0 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 9,
|
||||
type => 'organisation'
|
||||
};
|
Reference in a new issue