mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			161 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			161 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace backend\tests\unit;
 | 
						|
 | 
						|
class TestCase extends \yii\codeception\TestCase
 | 
						|
{
 | 
						|
    public $appConfig = '@tests/codeception/config/backend/unit.php';
 | 
						|
}
 |