1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-23 03:20:33 +00:00
Arsse/tests/docroot/Feed/WithIcon/PNG.php

12 lines
245 B
PHP
Raw Normal View History

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