1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-11 02:12:40 +00:00
Arsse/tests/docroot/Feed/WithIcon/PNG.php
2020-11-05 12:12:01 -05:00

8 lines
183 B
PHP

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