GroupTest('Util Tests'); $this->addTestFile('util_uri_test.php'); $this->addTestFile('util_textual_test.php'); } } if (!defined('TEST_RUNNING')) { define('TEST_RUNNING', true); $test = &new UtilTests(); $test->run(new HtmlReporter()); } ?>