Extends
lithium\test\Unit
Setup method run before every test method.
Source
public function setUp() {
if (empty($this->_backup)) {
foreach (Connections::get() as $conn) {
$this->_backup[$conn] = Connections::get($conn, array('config' => true));
}
}
Connections::reset();
}