Index: trunk/phase3/tests/phpunit/suite.xml |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | convertWarningsToExceptions="true" |
11 | 11 | stopOnFailure="false" |
12 | 12 | strict="true" |
13 | | - verbose="false"> |
| 13 | + verbose="true"> |
14 | 14 | <testsuites> |
15 | 15 | <testsuite name="includes"> |
16 | 16 | <directory>./includes</directory> |
Index: trunk/phase3/tests/phpunit/includes/BlockTest.php |
— | — | @@ -2,6 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * @group Database |
| 6 | + * @group Broken |
6 | 7 | */ |
7 | 8 | class BlockTest extends MediaWikiLangTestCase { |
8 | 9 | |