array( 'name' => 'Namespace Test' ), 'imap_pipeline' => array( 'name' => 'IMAP Command Pipeline Test' ), 'imap_arbitrary_keywords' => array( 'name' => 'IMAP Arbitrary Keywords Test' ) ); if(!array_key_exists($dh_test, $devhelper_tests)) { $dh_test = ''; } /* Output starts here */ displayPageHeader("DevHelper - Tests"); echo ''; if(!empty($dh_test)) { require(SM_PATH . 'plugins/devhelper/test_modules/'.$dh_test.'.php'); } sqimap_logout($imapConnection); ?>