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