friendica-github/tests/datasets/mail/mail.fixture.php
2024-08-24 14:31:41 +02:00

21 lines
426 B
PHP

<?php
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
//
// SPDX-License-Identifier: AGPL-3.0-or-later
return [
'mail' => [
[
'uid' => 42,
'author-id' => 44,
'uri-id' => 44,
'parent-uri-id' => 44,
'thr-parent-id' => 44,
'guid' => '123456',
'from-name' => 'Tester',
'title' => 'item_title',
'body' => '[b]item_body[/b]',
],
],
];