mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * Application configuration shared by all applications functional tests
 | 
						|
 */
 | 
						|
return [
 | 
						|
    'components' => [
 | 
						|
        'db' => [
 | 
						|
            'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_acceptance',
 | 
						|
        ],
 | 
						|
    ],
 | 
						|
]; |