Merge "Minor cleanup in backup test cases"
[lhc/web/wiklou.git] / tests / phpunit / maintenance / DumpTestCase.php
index 58cb6f3..4b7a7eb 100644 (file)
@@ -1,5 +1,15 @@
 <?php
 
+namespace MediaWiki\Tests\Maintenance;
+
+use ContentHandler;
+use ExecutableFinder;
+use MediaWikiLangTestCase;
+use Page;
+use User;
+use XMLReader;
+use MWException;
+
 /**
  * Base TestCase for dumps
  */
@@ -14,7 +24,7 @@ abstract class DumpTestCase extends MediaWikiLangTestCase {
         * exception and store it until we are in setUp and may finally rethrow
         * the exception without crashing the test suite.
         *
-        * @var Exception|null
+        * @var \Exception|null
         */
        protected $exceptionFromAddDBData = null;