diff --git a/tests/unit/framework/grid/CheckboxColumnTest.php b/tests/unit/framework/grid/CheckboxColumnTest.php index e52157dff8..62754294d9 100644 --- a/tests/unit/framework/grid/CheckboxColumnTest.php +++ b/tests/unit/framework/grid/CheckboxColumnTest.php @@ -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')); }