fixed test break.

This commit is contained in:
Qiang Xue
2014-03-18 00:23:12 -04:00
parent a3274c5ffc
commit 530d7baabe

View File

@ -207,7 +207,6 @@ abstract class Application extends Module
}
// merge core components with custom components
if (!empty($config['components'])) {
foreach ($this->coreComponents() as $id => $component) {
if (!isset($config['components'][$id])) {
$config['components'][$id] = $component;
@ -216,7 +215,6 @@ abstract class Application extends Module
}
}
}
}
/**
* @inheritdoc