15 lines
		
	
	
		
			317 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			317 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| return [
 | |
|     'id' => 'app-common-tests',
 | |
|     'basePath' => dirname(__DIR__),
 | |
|     'components' => [
 | |
|         'user' => [
 | |
|             'class' => 'yii\web\User',
 | |
|             'identityClass' => 'common\models\User',
 | |
|         ],
 | |
|         'request' => [
 | |
|             'cookieValidationKey' => 'test',
 | |
|         ],
 | |
|     ],
 | |
| ];
 | 
