Source

						public function testNonExistentConfig() {
		$adapter = new MockAdapter();
		$this->expectException("Configuration `non_existent_config` has not been defined.");
		$adapter::adapter('non_existent_config');
	}