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/Parsing/Unsupported.php

7 lines
121 B
PHP
Raw Normal View History

2017-05-27 18:15:52 -04:00
<?php return [
'mime' => "application/xml",
'content' => <<<MESSAGE_BODY
<random-vocabulary/>
MESSAGE_BODY
2017-08-29 10:50:31 -04:00
];