Ejemplo n.º 1
0
 public function testSetExceptionsLoggingEnabled()
 {
     $this->moduleOptions->setExceptionsLoggingEnabled(true);
     $this->assertTrue($this->moduleOptions->getExceptionsLoggingEnabled());
 }