Add missing "use" clause to DumpTestCase
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 5 Apr 2018 04:46:55 +0000 (21:46 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 5 Apr 2018 04:46:55 +0000 (21:46 -0700)
Change-Id: I0420e95003509634a87b98df279242cdc05843b2

tests/phpunit/maintenance/DumpTestCase.php

index c872993..9b90bfe 100644 (file)
@@ -8,6 +8,7 @@ use MediaWikiLangTestCase;
 use Page;
 use User;
 use XMLReader;
+use MWException;
 
 /**
  * Base TestCase for dumps