Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class pagantisMgBasicTest extends AbstractMg21Selenium |
||
15 | { |
||
16 | /** |
||
17 | * String |
||
18 | */ |
||
19 | const TITLE = 'Home'; |
||
20 | |||
21 | /** |
||
22 | * String |
||
23 | */ |
||
24 | const BACKOFFICE_TITLE = 'Admin'; |
||
25 | |||
26 | /** |
||
27 | * testMagentoOpen |
||
28 | */ |
||
29 | public function testpagantisMg21BasicTest() |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * testBackofficeOpen |
||
40 | */ |
||
41 | public function testBackofficeOpen() |
||
50 |