public function testSetLoggingFail()
 {
     // see testSetLogFileFail() ...
     $this->dl->setLogging(true);
     $this->assertFalse($this->dl->loggingEnabled());
 }