From 6a7172fb99481d3e24d3e13d00bb79c0ec37d68a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 13 Aug 2011 13:58:46 +0000 Subject: [PATCH] Purposefully break two tests so I can see how Jenkins reacts to it. Will rv immediately --- tests/parser/parserTests.txt | 2 +- tests/phpunit/includes/api/ApiTestCase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 6903877eea..eefb22e9b8 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -452,7 +452,7 @@ Bug 6200: Preformatted in
and
 preference (first one wins)
 !! input
 
-
+Foobar
 
diff --git a/tests/phpunit/includes/api/ApiTestCase.php b/tests/phpunit/includes/api/ApiTestCase.php index 2917c880e0..fbcb269975 100644 --- a/tests/phpunit/includes/api/ApiTestCase.php +++ b/tests/phpunit/includes/api/ApiTestCase.php @@ -49,7 +49,7 @@ abstract class ApiTestCase extends MediaWikiLangTestCase { if( $appendModule ) { $results[] = $module; } - + return array(); return $results; } -- 2.20.1