Source

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