|  |  |  | @ -2,11 +2,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | namespace yiiunit; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | require_once('PHPUnit/Runner/Version.php'); | 
			
		
	
		
			
				
					|  |  |  |  | spl_autoload_unregister(['Yii', 'autoload']); | 
			
		
	
		
			
				
					|  |  |  |  | require_once('PHPUnit/Autoload.php'); | 
			
		
	
		
			
				
					|  |  |  |  | spl_autoload_register(['Yii', 'autoload']); // put yii's autoloader at the end | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | /** | 
			
		
	
		
			
				
					|  |  |  |  |  * This is the base class for all yii framework unit tests. | 
			
		
	
		
			
				
					|  |  |  |  |  */ | 
			
		
	
	
		
			
				
					|  |  |  | 
 |