Tests errorHandlingTest.php |
errorHandlingTest.phpUnit test script for validating proper functioning of the error handler mechanism on the xajax server side. Summary
Error Handling TestPlease see copyright.inc.php for a detailed description, copyright and license information. Standard xajax startup
Enable Error Handler
Process the request or generate the initial page
|
This is a configuration setting that the main xajax object tracks.
var $bErrorHandler
Sets a single flag (boolean true or false).
function setFlag( $name, $value )
Sets a series of flags.
function setFlags( $flags )
Specifies a log file that will be written to by xajax during a request.
function setLogFile( $sFilename )
If this is a xajax request (see xajax->canProcessRequest), call the requested PHP function, build the response and send it back to the browser.
function processRequest()