<?php
require_once(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.
"../simpletest_access/simpletest_includes.php");
/**
* Browser Simulation. Using the Simpletest Browser for general reasons.
* @author Axel Benz
* @package html_utilities
*/
class browser extends SimpleBrowser{
}
?>