mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			212 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			212 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Chill\MainBundle\Tests\Controller;
 | |
| 
 | |
| use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
 | |
| 
 | |
| class DefaultControllerTest extends WebTestCase
 | |
| {
 | |
|     public function testIndex()
 | |
|     {
 | |
|         
 | |
|     }
 | |
| }
 |