Extends
lithium\test\UnitSource
public function testWriteWithInvalidPriority() {
$this->expectException("Attempted to write log message with invalid priority `foo`.");
Logger::foo("Test message");
}
public function testWriteWithInvalidPriority() {
$this->expectException("Attempted to write log message with invalid priority `foo`.");
Logger::foo("Test message");
}