, Jam Warehouse (Pty) Ltd, South Africa * @package tests.authentication */ if (checkSession()) { require_once("$default->owl_fs_root/lib/authentication/DBAuthenticator.inc"); echo "Testing DB searching"; // user attributes to search for $aAttributes = array ("username", "name", "email", "mobile", "email_notification", "sms_notification"); $oDbAuth = new DBAuthenticator(); $sSearch = "admin"; echo "
" . arrayToString($aAttributes) . "
" . arrayToString($aResults) . "