From d5866d9ef2cb7f93ddde0356e1e6881b10b06364 Mon Sep 17 00:00:00 2001 From: X! Date: Tue, 28 Dec 2010 18:10:18 +0000 Subject: [PATCH] Followup to r79109: Use a clean DB by default for each test --- tests/phpunit/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {} -- 2.20.1