| Total Complexity | 1 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | class phpPgAdminGroupTest extends GroupTest |
||
| 28 | {
|
||
| 29 | function phpPgAdminGroupTest() |
||
| 30 | {
|
||
| 31 | $this->GroupTest('phpPgAdmin automation test.');
|
||
| 32 | $this->addTestClass(new ServerGroupTest()); |
||
| 33 | $this->addTestClass(new DatabaseGroupTest()); |
||
| 34 | $this->addTestClass(new SchemasGroupTest()); |
||
| 35 | $this->addTestClass(new TableGroupTest()); |
||
| 36 | $this->addTestClass(new CommonGroupTest()); |
||
| 37 | |||
| 46 |