From 42070882904b5c12f2cb0ff0fece70ed6c53ecf0 Mon Sep 17 00:00:00 2001 From: SilverFire - Dmitry Naumenko Date: Sun, 17 Jan 2016 12:52:35 +0200 Subject: [PATCH] fixed checkboxColumn unit test --- tests/unit/framework/grid/CheckboxColumnTest.php | 1 + 1 file changed, 1 insertion(+) 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')); }