mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			198 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			198 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace tests\codeception\frontend\unit;
 | 
						|
 | 
						|
/**
 | 
						|
 * @inheritdoc
 | 
						|
 */
 | 
						|
class TestCase extends \yii\codeception\TestCase
 | 
						|
{
 | 
						|
    public $appConfig = '@tests/codeception/config/frontend/unit.php';
 | 
						|
}
 |