name = _("Lamdaemon test"); $lamdaemonTest->link = 'tests/lamdaemonTest.php'; $lamdaemonTest->description = _("Check if quotas and homedirectories can be managed."); $lamdaemonTest->image = 'lamdaemonSmall.png'; $return[] = $lamdaemonTest; $schemaTest = new LAMSubTool(); $schemaTest->name = _("Schema test"); $schemaTest->link = 'tests/schemaTest.php'; $schemaTest->description = _("Check if the LDAP schema fits the requirements of the selected account modules."); $schemaTest->image = 'schemaTest.png'; $return[] = $schemaTest; return $return; } } ?>