1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/tests/docroot/Feed/WithIcon/GIF.php

12 lines
245 B
PHP
Raw Normal View History

2020-11-05 15:14:42 +00:00
<?php return [
'mime' => "application/atom+xml",
'content' => <<<MESSAGE_BODY
<feed xmlns="http://www.w3.org/2005/Atom">
2020-11-05 17:12:01 +00:00
<icon>/Icon/GIF</icon>
2020-11-05 19:19:17 +00:00
<entry>
<title>Example title</title>
</entry>
2020-11-05 15:14:42 +00:00
</feed>
MESSAGE_BODY
];