Merge "Make UserEditCountUpdate::doUpdate avoid comparing IDatabase instances"
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiUnitTestCase.php
index 06f0c9c..1065c2f 100644 (file)
@@ -30,4 +30,5 @@ use PHPUnit\Framework\TestCase;
 abstract class MediaWikiUnitTestCase extends TestCase {
        use PHPUnit4And6Compat;
        use MediaWikiCoversValidator;
+
 }