From 6f7e2eb71ec4e1a7ce40feb3508c8f8a06e64081 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 2 Jun 2011 01:28:30 +0000 Subject: [PATCH] Followup r89311: rv unrelated changes --- tests/phpunit/includes/BlockTest.php | 1 + tests/phpunit/suite.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/includes/BlockTest.php b/tests/phpunit/includes/BlockTest.php index 811e7eaf35..b751703e2f 100644 --- a/tests/phpunit/includes/BlockTest.php +++ b/tests/phpunit/includes/BlockTest.php @@ -2,6 +2,7 @@ /** * @group Database + * @group Broken */ class BlockTest extends MediaWikiLangTestCase { diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 661469fa57..e6649beb33 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -9,7 +9,7 @@ convertWarningsToExceptions="true" stopOnFailure="false" strict="true" - verbose="false"> + verbose="true"> ./includes -- 2.20.1