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/Discovery/Invalid.php

9 lines
140 B
PHP
Raw Normal View History

2017-09-30 11:43:43 -04:00
<?php return [
'mime' => "text/html",
'content' => <<<MESSAGE_BODY
<html>
<title>Example article</title>
</html>
MESSAGE_BODY
2017-09-30 12:05:57 -04:00
];