GroupTest('Decorator Tests'); $this->addTestFile('decorator_test.php'); $this->addTestFile('decorator_textual_test.php'); $this->addTestFile('decorator_uri_test.php'); } } if (!defined('TEST_RUNNING')) { define('TEST_RUNNING', true); $test = &new DecoratorTests(); $test->run(new HtmlReporter()); } ?>