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