Ejemplo n.º 1
0
 /**
  * Loads a page after setting up the environment to appear to be a web
  * page request.  No actual HTTP traffic will be generated.
  * 
  * Set $_POST to be posted variables and the request will automatically
  * be sent as a POST request.
  * 
  * @param string $uri URI for a browser ("http://mysite.com/my/page.php")
  * @param string $fullPath Script to invoke ("/home/user/app/my/page.php")
  */
 public function loadPage($uri, $fullPath)
 {
     return PHPToolsTestUtil::loadPage($uri, $fullPath);
 }