View Single Post
  #2 (permalink)  
Old 02-29-2008, 06:24 PM
xentek's Avatar
xentek xentek is offline
Senior Member
 
Join Date: Feb 2008
Posts: 112
Default

You probably don't need the assert statements, and just use this statements to get the request/response on lines 22/23:

$this->getRequest();
$this->getResponse();
Reply With Quote