addTestFile('XHTMLCompiler/FunctionsTest.php'); $test->addTestFile('XHTMLCompiler/PageTest.php'); $test->addTestFile('XHTMLCompiler/ExceptionTest.php'); $test->addTestFile('XHTMLCompiler/FilterManagerTest.php'); $test->addTestFile('XHTMLCompiler/DirectoryTest.php'); //if (isset($_GET['full'])) { // these are expensive unit tests $test->addTestFile('XHTMLCompiler/FileTest.php'); //} if (SimpleReporter::inCli()) $reporter = new TextReporter(); else $reporter = new HTMLReporter('UTF-8'); $test->run($reporter); ?>