* @package PHP_XFORMS * @subpackage UNIT_TESTS */ include_once dirname(__FILE__) . '/config.php'; require_once SIMPLE_TEST . '/unit_tester.php'; require_once SIMPLE_TEST . '/reporter.php'; require_once dirname(__FILE__) . '/PhpXformsTest.php'; $test = new PhpXformsTest(); $reporter = new TextReporter(); $test->run($reporter); ?>