Extends
lithium\test\Unit
Test if the configuration is correctly set in the logger.
Source
public function testConfiguration() {
$loggers = Logger::config();
$result = isset($loggers['cachelog']);
$this->assertTrue($result);
}
public function testConfiguration() {
$loggers = Logger::config();
$result = isset($loggers['cachelog']);
$this->assertTrue($result);
}