From 3ae0dd35df72193095029d06f5459b5243430140 Mon Sep 17 00:00:00 2001 From: andi Date: Sun, 3 Apr 2005 09:45:21 +0200 Subject: added unit tests darcs-hash:20050403074521-9977f-d1a3c3a1200cab2d28789490ab3b49cd48691688.gz --- inc/parser/tests/parser.group.php | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 inc/parser/tests/parser.group.php (limited to 'inc/parser/tests/parser.group.php') diff --git a/inc/parser/tests/parser.group.php b/inc/parser/tests/parser.group.php new file mode 100644 index 000000000..ca9084127 --- /dev/null +++ b/inc/parser/tests/parser.group.php @@ -0,0 +1,46 @@ +GroupTest('ParserGroupTest'); + $this->addTestFile('parser_eol.test.php'); + $this->addTestFile('parser_footnote.test.php'); + $this->addTestFile('parser_formatting.test.php'); + $this->addTestFile('parser_headers.test.php'); + $this->addTestFile('parser_i18n.test.php'); + $this->addTestFile('parser_links.test.php'); + $this->addTestFile('parser_lists.test.php'); + $this->addTestFile('parser_preformatted.test.php'); + $this->addTestFile('parser_quote.test.php'); + $this->addTestFile('parser_replacements.test.php'); + $this->addTestFile('parser_table.test.php'); + $this->addTestFile('parser_tocsections.test.php'); + $this->addTestFile('parser_unformatted.test.php'); + } + +} + +/** +* Conditional test runner +*/ +if (!defined('TEST_RUNNING')) { + define('TEST_RUNNING', true); + $test = &new ParserGroupTest(); + $test->run(new HtmlReporter()); +} +?> -- cgit v1.2.3