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