GroupTest('phpPgAdmin automation test.'); $this->addTestClass(new ServerGroupTest()); $this->addTestClass(new DatabaseGroupTest()); $this->addTestClass(new SchemasGroupTest()); $this->addTestClass(new TableGroupTest()); $this->addTestClass(new CommonGroupTest()); } } $phpPgAdminTest = &new phpPgAdminGroupTest(); $phpPgAdminTest->run(new HtmlReporter()); ?>