Total Complexity | 1 |
Total Lines | 9 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class ServerGroupTest extends GroupTest |
||
20 | { |
||
21 | function ServerGroupTest() |
||
22 | { |
||
23 | $this->GroupTest('Server management group test.'); |
||
24 | $this->addTestClass(new UsersTest()); |
||
25 | $this->addTestClass(new GroupsTest()); |
||
26 | $this->addTestClass(new ReportsTest()); |
||
27 | $this->addTestClass(new TableSpacesTest()); |
||
28 | |||
32 |