Add MessageDirect\Search tests

This commit is contained in:
Philipp Holzer 2021-12-27 20:02:37 +01:00
commit 5d69f7411d
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 101 additions and 2 deletions

View file

@ -0,0 +1,17 @@
<?php
return [
'mail' => [
[
'uid' => 42,
'author-id' => 44,
'uri-id' => 44,
'parent-uri-id' => 44,
'thr-parent-id' => 44,
'guid' => '123456',
'from-name' => 'Tester',
'title' => 'test message',
'body' => 'this is a test',
],
],
];