friendica-github/tests/datasets/mail/mail.fixture.php

22 lines
426 B
PHP
Raw Normal View History

2021-12-27 20:02:37 +01:00
<?php
2024-08-24 14:31:41 +02:00
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
//
// SPDX-License-Identifier: AGPL-3.0-or-later
2021-12-27 20:02:37 +01:00
return [
'mail' => [
[
'uid' => 42,
'author-id' => 44,
'uri-id' => 44,
'parent-uri-id' => 44,
'thr-parent-id' => 44,
'guid' => '123456',
'from-name' => 'Tester',
2021-12-30 21:07:20 +01:00
'title' => 'item_title',
'body' => '[b]item_body[/b]',
2021-12-27 20:02:37 +01:00
],
],
];