mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			344 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			344 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
defined('YII_DEBUG') or define('YII_DEBUG', true);
 | 
						|
defined('YII_ENV') or define('YII_ENV', 'test');
 | 
						|
 | 
						|
require_once __DIR__ . '/../../../vendor/autoload.php';
 | 
						|
require_once __DIR__ . '/../../../vendor/yiisoft/yii2/Yii.php';
 | 
						|
require_once __DIR__ . '/../../../common/config/bootstrap.php';
 | 
						|
 | 
						|
Yii::setAlias('@tests', dirname(dirname(__DIR__)));
 |