lithium\test\fixtures\adapter\Connection::_init()
Overrides
lithium\core\ObjectDeprecated::_init()
Initializer function called by the constructor unless the constructor
Source
protected function _init() {
parent::_init();
if (!$this->_connection) {
throw new ConfigException("The `'connection'` option must be set.");
}
}