From: X! Date: Tue, 28 Dec 2010 18:10:18 +0000 (+0000) Subject: Followup to r79109: Use a clean DB by default for each test X-Git-Tag: 1.31.0-rc.0~33032 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=d5866d9ef2cb7f93ddde0356e1e6881b10b06364;p=lhc%2Fweb%2Fwiklou.git Followup to r79109: Use a clean DB by default for each test --- diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index bbba8fc62d..e3a525b127 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -72,7 +72,7 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase { } } - function needsDB() { return false; } + function needsDB() { return true; } function addDBData() {}