mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	To fix break test
This commit is contained in:
		@ -3,7 +3,6 @@
 | 
			
		||||
 * Application configuration shared by all applications and test types
 | 
			
		||||
 */
 | 
			
		||||
return [
 | 
			
		||||
    [
 | 
			
		||||
    'controllerMap' => [
 | 
			
		||||
        'fixture' => [
 | 
			
		||||
            'class' => 'yii\faker\FixtureController',
 | 
			
		||||
@ -12,7 +11,6 @@ return [
 | 
			
		||||
            'namespace' => 'tests\codeception\common\fixtures',
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
    ],
 | 
			
		||||
    'components' => [
 | 
			
		||||
        'db' => [
 | 
			
		||||
            'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_tests',
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,6 @@
 | 
			
		||||
 * Application configuration shared by all test types
 | 
			
		||||
 */
 | 
			
		||||
return [
 | 
			
		||||
    [
 | 
			
		||||
    'controllerMap' => [
 | 
			
		||||
        'fixture' => [
 | 
			
		||||
            'class' => 'yii\faker\FixtureController',
 | 
			
		||||
@ -12,7 +11,6 @@ return [
 | 
			
		||||
            'namespace' => 'tests\codeception\fixtures',
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
    ],
 | 
			
		||||
    'components' => [
 | 
			
		||||
        'db' => [
 | 
			
		||||
            'dsn' => 'mysql:host=localhost;dbname=yii2_basic_tests',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user