Commit 530d7baa by Qiang Xue

fixed test break.

parent a3274c5f
...@@ -207,7 +207,6 @@ abstract class Application extends Module ...@@ -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 ...@@ -216,7 +215,6 @@ abstract class Application extends Module
} }
} }
} }
}
/** /**
* @inheritdoc * @inheritdoc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment