GroupTest('Validator Tests'); $this->addTestFile('validator_unit_test.php'); $this->addTestFile('validator_error_test.php'); } } if (!defined('TEST_RUNNING')) { define('TEST_RUNNING', true); $test = &new ValidatorTests(); $test->run(new HtmlReporter()); } ?>