mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 23:50:38 +08:00
fixed test break.
This commit is contained in:
@@ -207,7 +207,6 @@ abstract class Application extends Module
|
|||||||
}
|
}
|
||||||
|
|
||||||
// merge core components with custom components
|
// merge core components with custom components
|
||||||
if (!empty($config['components'])) {
|
|
||||||
foreach ($this->coreComponents() as $id => $component) {
|
foreach ($this->coreComponents() as $id => $component) {
|
||||||
if (!isset($config['components'][$id])) {
|
if (!isset($config['components'][$id])) {
|
||||||
$config['components'][$id] = $component;
|
$config['components'][$id] = $component;
|
||||||
@@ -216,7 +215,6 @@ abstract class Application extends Module
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
|
|||||||
Reference in New Issue
Block a user