Index: trunk/phase3/tests/phpunit/includes/api/ApiTestCase.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | if( $appendModule ) { |
51 | 51 | $results[] = $module; |
52 | 52 | } |
53 | | - return array(); |
| 53 | + |
54 | 54 | return $results; |
55 | 55 | } |
56 | 56 | |
Index: trunk/phase3/tests/parser/parserTests.txt |
— | — | @@ -452,7 +452,7 @@ |
453 | 453 | <nowiki> and <pre> preference (first one wins) |
454 | 454 | !! input |
455 | 455 | <pre> |
456 | | -<nowiki>Foobar |
| 456 | +<nowiki> |
457 | 457 | </pre> |
458 | 458 | </nowiki> |
459 | 459 | </pre> |