Extends
lithium\test\UnitSource
public function testGetNullAdapter() {
Connections::reset();
$this->assertTrue(Connections::get(false) instanceof Mock);
}
public function testGetNullAdapter() {
Connections::reset();
$this->assertTrue(Connections::get(false) instanceof Mock);
}