Exemplo n.º 1
0
 public function testGetCmsRevocationPage()
 {
     $page = 'revocation';
     $this->store->setConfig('intraship/dhlonlineretoure/cms_revocation_page', $page);
     $this->assertEquals($page, $this->config->getCmsRevocationPage());
 }