diff --git a/contrib/rss_comments/test.php b/contrib/rss_comments/test.php new file mode 100644 index 00000000..82b07a40 --- /dev/null +++ b/contrib/rss_comments/test.php @@ -0,0 +1,9 @@ +get('http://shimmie.shishnet.org/v2/rss/comments'); + $this->assertMime("application/rss+xml"); + $this->assertNoText("Exception"); + } +} +?> diff --git a/contrib/rss_images/test.php b/contrib/rss_images/test.php new file mode 100644 index 00000000..2de87fac --- /dev/null +++ b/contrib/rss_images/test.php @@ -0,0 +1,9 @@ +get('http://shimmie.shishnet.org/v2/rss/images'); + $this->assertMime("application/rss+xml"); + $this->assertNoText("Exception"); + } +} +?>