10 lines
		
	
	
		
			220 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			220 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
class RSSCommentsTest extends ShimmieWebTestCase {
 | 
						|
    function testImageFeed() {
 | 
						|
        $this->get_page('rss/comments');
 | 
						|
		$this->assertMime("application/rss+xml");
 | 
						|
		$this->assertNoText("Exception");
 | 
						|
    }
 | 
						|
}
 | 
						|
?>
 |