mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	fixed checkboxColumn unit test
This commit is contained in:
		@ -27,6 +27,7 @@ class CheckboxColumnTest extends TestCase
 | 
			
		||||
        $this->mockApplication();
 | 
			
		||||
        Yii::setAlias('@webroot', '@yiiunit/runtime');
 | 
			
		||||
        Yii::setAlias('@web', 'http://localhost/');
 | 
			
		||||
        Yii::$app->assetManager->bundles['yii\web\JqueryAsset'] = false;
 | 
			
		||||
        FileHelper::createDirectory(Yii::getAlias('@webroot/assets'));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user