Exemplo n.º 1
0
 public function testIsLoggingEnabled()
 {
     $this->store->setConfig('intraship/dhlonlineretoure/logging_enabled', true);
     $this->assertTrue($this->config->isLoggingEnabled());
     $this->store->resetConfig();
     $this->store->setConfig('intraship/dhlonlineretoure/logging_enabled', false);
     $this->assertFalse($this->config->isLoggingEnabled());
 }