Extends
lithium\test\UnitSource
public function tearDown() {
Connections::reset();
foreach ($this->_backup as $name => $config) {
Connections::add($name, $config);
}
}
public function tearDown() {
Connections::reset();
foreach ($this->_backup as $name => $config) {
Connections::add($name, $config);
}
}