git-svn-id: file:///home/shish/svn/shimmie2/trunk@1096 7f39781d-f577-437e-ae19-be835c7a54ca
		
			
				
	
	
		
			10 lines
		
	
	
		
			219 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			219 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| class RSSCommentsTest extends WebTestCase {
 | |
|     function testImageFeed() {
 | |
|         $this->get(TEST_BASE.'/rss/comments');
 | |
| 		$this->assertMime("application/rss+xml");
 | |
| 		$this->assertNoText("Exception");
 | |
|     }
 | |
| }
 | |
| ?>
 |