array(
'name' => 'Namespace Test'
)
);
if(!array_key_exists($test, $devhelper_tests)) {
$test = '';
}
/* Output starts here */
displayPageHeader("DevHelper - Tests");
echo '
';
foreach($devhelper_tests as $t=>$info) {
echo '- '. ($test==$t ? '':'') . ''.$info['name'].''. ($test==$t ? '':'') . '
';
}
echo '
';
if(!empty($test)) {
require(SM_PATH . 'plugins/devhelper/unit_test_modules/'.$test.'.php');
}
sqimap_logout($imapConnection);
?>