Add MessageDirect\Search tests
This commit is contained in:
parent
c5969de66d
commit
5d69f7411d
3 changed files with 101 additions and 2 deletions
17
tests/datasets/mail/mail.fixture.php
Normal file
17
tests/datasets/mail/mail.fixture.php
Normal 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',
|
||||
],
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue