Merge "Document what ParserOutput::setProperty() is for"
[lhc/web/wiklou.git] / tests / phpunit / StructureTest.php
index 6953ab6..17ea06c 100644 (file)
@@ -20,6 +20,7 @@ class StructureTest extends MediaWikiTestCase {
                        'MediaWikiLangTestCase',
                        'MediaWikiTestCase',
                        'PHPUnit_Framework_TestCase',
+                       'DumpTestCase',
                ) );
                $testClassRegex = "^class .* extends ($testClassRegex)";
                $finder = "find $rootPath -name '*.php' '!' -name '*Test.php'" .