From: Chad Horohoe Date: Sat, 13 Aug 2011 14:00:22 +0000 (+0000) Subject: rvv (r94406) X-Git-Tag: 1.31.0-rc.0~28296 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=a1cd4f04782ba73414f102efa03a96338424907a;p=lhc%2Fweb%2Fwiklou.git rvv (r94406) --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index eefb22e9b8..6903877eea 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 fbcb269975..2917c880e0 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; }