More missing table entries for tests
This commit is contained in:
parent
77b4d5fc5f
commit
1efcee030e
|
@ -57,6 +57,10 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'contact' => [
|
'contact' => [
|
||||||
|
[
|
||||||
|
'id' => 0,
|
||||||
|
'uid' => 0,
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'id' => 42,
|
'id' => 42,
|
||||||
'uid' => 42,
|
'uid' => 42,
|
||||||
|
@ -132,6 +136,11 @@ return [
|
||||||
'guid' => '6',
|
'guid' => '6',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'permissionset' => [
|
||||||
|
[
|
||||||
|
'id' => 0,
|
||||||
|
]
|
||||||
|
],
|
||||||
'item' => [
|
'item' => [
|
||||||
[
|
[
|
||||||
'id' => 1,
|
'id' => 1,
|
||||||
|
|
Loading…
Reference in a new issue