| Total Complexity | 2 | 
| Total Lines | 40 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 15 | class ConfigureTest extends AbstractConfigure  | 
            ||
| 16 | { | 
            ||
| 17 | /**  | 
            ||
| 18 | * testConfigurePagantisInOscommerce  | 
            ||
| 19 | */  | 
            ||
| 20 | public function testConfigurePagantisInOscommerce()  | 
            ||
| 21 |     { | 
            ||
| 22 | $this->loginToBackOffice();  | 
            ||
| 23 | $this->goToPagantis();  | 
            ||
| 24 | $this->installPagantisModule();  | 
            ||
| 25 | $this->configureModule();  | 
            ||
| 26 | $this->quit();  | 
            ||
| 27 | }  | 
            ||
| 28 | |||
| 29 | /**  | 
            ||
| 30 | * Configure paylater module  | 
            ||
| 31 | */  | 
            ||
| 32 | public function configureModule()  | 
            ||
| 55 | }  | 
            ||
| 56 | }  | 
            ||
| 57 |