| Total Complexity | 2 | 
| Total Lines | 34 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 15 | class ConfigurePPPTest extends AbstractConfigure  | 
            ||
| 16 | { | 
            ||
| 17 | /**  | 
            ||
| 18 | * testConfigurePagantisInOscommerce15  | 
            ||
| 19 | */  | 
            ||
| 20 | public function testConfigureAndConfigurePagantisInOscommerce()  | 
            ||
| 21 |     { | 
            ||
| 22 | $this->loginToBackOffice();  | 
            ||
| 23 | $this->goToPagantis();  | 
            ||
| 24 | $this->configurePPP();  | 
            ||
| 25 | $this->quit();  | 
            ||
| 26 | }  | 
            ||
| 27 | |||
| 28 | /**  | 
            ||
| 29 | * Configure paylater module  | 
            ||
| 30 | */  | 
            ||
| 31 | public function configurePPP()  | 
            ||
| 49 | }  | 
            ||
| 50 | }  | 
            ||
| 51 |