]> git.mxchange.org Git - friendica.git/blob - tests/datasets/mail/mail.fixture.php
Add new xpathQuote and checkRelMeLink methods to Content\Text\HTML class
[friendica.git] / tests / datasets / mail / mail.fixture.php
1 <?php
2
3 return [
4         'mail' => [
5                 [
6                         'uid'           => 42,
7                         'author-id'     => 44,
8                         'uri-id'        => 44,
9                         'parent-uri-id' => 44,
10                         'thr-parent-id' => 44,
11                         'guid'          => '123456',
12                         'from-name'     => 'Tester',
13                         'title'         => 'item_title',
14                         'body'          => '[b]item_body[/b]',
15                 ],
16         ],
17 ];