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/Valid.php

11 lines
341 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>
<link rel="alternate" type="application/rss+xml" href="http://localhost:8000/Feed/Discovery/Feed">
2020-12-01 17:12:19 -05:00
<link rel="alternate" type="application/rss+xml" href="http://localhost:8000/Feed/Discovery/Missing">
2017-09-30 11:43:43 -04:00
</html>
MESSAGE_BODY
2017-09-30 12:05:57 -04:00
];