/**
  * @covers MWException::isLoggable
  */
 public function testIsLogable()
 {
     $e = new MWException();
     $this->assertTrue($e->isLoggable());
 }