more tests
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1094 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
f093eece2f
commit
5f2e364e49
9
contrib/rss_comments/test.php
Normal file
9
contrib/rss_comments/test.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
class RSSCommentsTest extends WebTestCase {
|
||||
function testImageFeed() {
|
||||
$this->get('http://shimmie.shishnet.org/v2/rss/comments');
|
||||
$this->assertMime("application/rss+xml");
|
||||
$this->assertNoText("Exception");
|
||||
}
|
||||
}
|
||||
?>
|
9
contrib/rss_images/test.php
Normal file
9
contrib/rss_images/test.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
class RSSImagesTest extends WebTestCase {
|
||||
function testImageFeed() {
|
||||
$this->get('http://shimmie.shishnet.org/v2/rss/images');
|
||||
$this->assertMime("application/rss+xml");
|
||||
$this->assertNoText("Exception");
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user