10 lines
		
	
	
		
			201 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			201 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| class HomeTest extends ShimmieWebTestCase {
 | |
|     function testHomePage() {
 | |
|         $this->get_page('home');
 | |
|         $this->assertTitle('Shimmie');
 | |
|         $this->assertText('Shimmie');
 | |
|     }
 | |
| }
 | |
| ?>
 |