1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-10 18:02:40 +00:00
Arsse/tests/docroot/Feed/Parsing/WithIcon.php

9 lines
179 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">
<icon>/Icon</icon>
</feed>
MESSAGE_BODY
];