summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/suites/ExtensionsParserTestSuite.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/phpunit/suites/ExtensionsParserTestSuite.php')
-rw-r--r--www/wiki/tests/phpunit/suites/ExtensionsParserTestSuite.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/wiki/tests/phpunit/suites/ExtensionsParserTestSuite.php b/www/wiki/tests/phpunit/suites/ExtensionsParserTestSuite.php
new file mode 100644
index 00000000..8d6ee079
--- /dev/null
+++ b/www/wiki/tests/phpunit/suites/ExtensionsParserTestSuite.php
@@ -0,0 +1,8 @@
+<?php
+class ExtensionsParserTestSuite extends PHPUnit_Framework_TestSuite {
+
+ public static function suite() {
+ return ParserTestTopLevelSuite::suite( ParserTestTopLevelSuite::NO_CORE );
+ }
+
+}