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/Parsing/WithIcon.php
2020-11-05 10:14:42 -05:00

8 lines
179 B
PHP

<?php return [
'mime' => "application/atom+xml",
'content' => <<<MESSAGE_BODY
<feed xmlns="http://www.w3.org/2005/Atom">
<icon>/Icon</icon>
</feed>
MESSAGE_BODY
];