Followup to r79109: Use a clean DB by default for each test
authorX! <soxred93@users.mediawiki.org>
Tue, 28 Dec 2010 18:10:18 +0000 (18:10 +0000)
committerX! <soxred93@users.mediawiki.org>
Tue, 28 Dec 2010 18:10:18 +0000 (18:10 +0000)
tests/phpunit/bootstrap.php

index bbba8fc..e3a525b 100644 (file)
@@ -72,7 +72,7 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase {
                }
        }
        
-       function needsDB() { return false; }
+       function needsDB() { return true; }
        
        function addDBData() {}